How to make your own SSL Certificates
Generating the SSLs
Explainer of how this stuff works
You know how there are services like Let's Encrypt offering SSL Certificates that work on the WAN...
Steps to create your own CA
We are going to be doing using an open source implementation of the TLS and HTTPS protocol known ...
Steps to create Self-Signed SSLs
Now that we have created our CA private and public key files, we are now going to create another ...
Adding your CA to Trusted Root CA store of devices
Install the CA Cert as a trusted root CA On Windows: Assuming the path to your generated CA cer...