Open main menu

Changes

169 bytes added ,  10:51, 27 September 2017
add keytool example
: 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>
: Using <code>keytool</code> you can also quickly inspect the certificate of a host:
: <source lang="bash">sudo keytool -printcert -sslserver equality-tech.com</source>
; How do I expand a cert to include some sub-domains? (wildcard certs are not supported):
4,558

edits