Create a Self Signed Certificate Authority Using Subject Alt Names

Опубликовано: 29 Сентябрь 2024
на канале: PothOnProgramming
3,964
64

This tutorial will show you how to create your own private key, certificate signing request, self signed certificate authority, and .pfx file to host your own HTTPS site on your local area network. It will show you how to use the command line to create encrypted files using Openssl, and how to install your certificate authority on Chromium for Ubuntu and Android.

Here is the source code on Github: https://github.com/pothonprogramming/...

Check out this other video that shows you how to make an HTTPS server that works with your new certificate authority:    • Create a Secure HTTPS Server with Nod...  

If you are having problems with Chrome 58 and your Common Name, the use of Subject Alt Names shown in this tutorial may be what you need.