Difference between revisions of "Certbot"

From Freephile Wiki
Jump to navigation Jump to search
m (internal link)
(command to view certificate contents)
Line 60: Line 60:
 
; What certs do I have?:
 
; What certs do I have?:
 
: sudo /opt/certbot/certbot-auto certificates
 
: 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):
 
; How do I expand a cert to include some sub-domains? (wildcard certs are not supported):

Revision as of 10:43, 27 September 2017