This is an old revision of the document!


Home tmade.de

Home Wiki

Certificate

Server Certificate

Server certificates are inside “/etc/ssl/certs”. To add a new certificate, copy file inside this folder and:

openssl x509 -hash -noout -in test-certificate.pem                                         #Show hash 
ln -s test-certificate.pem `openssl x509 -hash -noout -in test-certificate.pem`.0          #Symlink hash to certificate

Check

curl -v https://mydomain.com
openssl s_client -connect localhost:5000 -servername mydomain.com
linux/certificate.1556551034.txt.gz · Last modified: 2019/04/29 17:17 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki