Technical Posts

A collection of mostly IT centric posts from the last ~20 years

Articles

Latest

Access

Blog History

Create Self-Signed Certificate With OpenSSL

This is the openssl command line showing how create a self signed cert with multiple hostnames and IP address. Add the cert to your computers certificate rust store so your browser connects without security warnings. openssl req -x509 -newkey rsa:4096 -keyout...