Open main menu

Changes

276 bytes added ,  10:43, 27 September 2017
command to view certificate contents
; What certs do I have?:
: sudo /opt/certbot/certbot-auto certificates
 
; How do I see more info about my certificates?
: You can view the 'Security' pane in Chrome Developer Tools, but for quicker access from the command-line, use '''openssl'''
: <source lang="bash">sudo openssl x509 -in /etc/haproxy/certs/demo.qualitybox.us.pem -text</source>
; How do I expand a cert to include some sub-domains? (wildcard certs are not supported):
4,558

edits