Certbot: Difference between revisions
link to README |
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight" Tags: Mobile edit Mobile web edit |
||
| Line 83: | Line 83: | ||
; How do I see more info about my 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''' | : You can view the 'Security' pane in Chrome Developer Tools, but for quicker access from the command-line, use '''openssl''' | ||
: < | : <syntaxhighlight lang="bash">sudo openssl x509 -in /etc/haproxy/certs/demo.qualitybox.us.pem -text</syntaxhighlight> | ||
: Using <code>keytool</code> you can also quickly inspect the certificate of a host: | : Using <code>keytool</code> you can also quickly inspect the certificate of a host: | ||
: < | : <syntaxhighlight lang="bash">sudo keytool -printcert -sslserver equality-tech.com</syntaxhighlight> | ||
; How do I expand a cert to include some sub-domains? | ; How do I expand a cert to include some sub-domains? | ||