ComputerScience

Matthieu TUDURY… Just another WordPress site…

Create easily your SAN (multiple hostname on one IP) certificates for HTTPS with OpenSSL

Prerequisites : A Linux box (tested on Ubuntu Server 14.04) OpenSSL installed What we will do : Create our own certificate authority – you will need to deploy it to clients in order to avoid browser warnings. Create a SAN certificate. Let's Start : Create a folder for your authority, in this folder, create two files with following content, make them eXecutables : gen_root_ca.sh : (create an authority valid for 3650 days) #! Read more →