You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Harish Karumuthil b696f8d9ae Added ssl cert gen 3 years ago
..
.gitignore Added ssl cert gen 3 years ago
Readme.md Added ssl cert gen 3 years ago
gen-cert.sh Added ssl cert gen 3 years ago

Readme.md

Install RootCA certificates for browsers.

Web browsers like Firefox & Chromium will not consider the system CA certificates. These are the instructions to install RootCA for these browsers.

Firefox

certutil -d ~/.mozilla/firefox/<Profile id>.default/ -A -i ./rootCA.pem -n 'Localhost Root CA' -t C,,

Where <Profile id> will change for each user. This has to be run for each Firefox profile.

Chrome / Chromium
certutil -d  "sql:$HOME/.pki/nssdb" -A -i ./rootCA.pem -n 'Locahost RootCA via certutil' -t C,,