Difference between revisions of "Certbot certificates"

From wikieduonline
Jump to navigation Jump to search
(Created page with " certbot certificates Saving debug log to /var/log/letsencrypt/letsencrypt.log - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No cer...")
 
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[certbot certificates]]
+
{{lowercase}}
 +
<code>certbot certificates</code> display information about [[certificates]] you have from [[Certbot]]. <ref>https://certbot.eff.org/docs/man/certbot.html</ref>
 +
 
 +
 
 +
 
 +
  certbot certificates
 +
  Saving debug log to [[/var/log/letsencrypt/letsencrypt.log]]  
 +
 +
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +
  - - - - - - - - - -
 +
  No certs found.
 +
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +
  - - - - - - - - - -
 +
 
 +
 
 +
 
 +
certbot certificates
 
  Saving debug log to /var/log/letsencrypt/letsencrypt.log
 
  Saving debug log to /var/log/letsencrypt/letsencrypt.log
 +
[[OCSP]] check failed for /etc/letsencrypt/live/DOMAIN.COM/cert.pem (are we offline?)
 +
 +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +
Found the following certs:
 +
  Certificate Name: DOMAIN.com-0001
 +
    Domains: DOMAIN.com
 +
    Expiry Date: 2020-03-29 13:21:12+00:00 (VALID: 2 days)
 +
    Certificate Path: /etc/letsencrypt/live/DOMAIN.com-0001/fullchain.pem
 +
    Private Key Path: /etc/letsencrypt/live/DOMAIN.com-0001/privkey.pem
 +
  Certificate Name: DOMAIN.com
 +
    Domains: *.DOMAIN.com
 +
    Expiry Date: 2020-03-26 18:40:12+00:00 (INVALID: '''EXPIRED''')
 +
    Certificate Path: /etc/letsencrypt/live/DOMAIN.com/fullchain.pem
 +
    Private Key Path: /etc/letsencrypt/live/DOMAIN.com/privkey.pem
 +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +
  
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
== [[Certbot changelog|Changelog]] ==
- - - - - - - - - -
 
No certs found.
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
- - - - - - - - - -
 
  
 +
* 1.10 - 2020-12-01 <code>[[certbot certificates]]</code> lists the which '''type of the private key''' that was used for the private key.
 +
* 1.4.0 - 2020-05-05 Added serial number of certificate to the output of certbot certificates
  
 +
== Related terms ==
 +
* <code>[[certbot renew]]</code>
 +
* <code>[[openssl]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{certbot cmd}}
 +
* {{.pem}}
 
* {{certbot}}
 
* {{certbot}}
 
* {{SSL}}
 
* {{SSL}}
 +
 +
[[Category:Security]]

Latest revision as of 08:39, 2 June 2022

certbot certificates display information about certificates you have from Certbot. [1]


 certbot certificates
 Saving debug log to /var/log/letsencrypt/letsencrypt.log 

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 - - - - - - - - - -
 No certs found.
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 - - - - - - - - - -


certbot certificates
Saving debug log to /var/log/letsencrypt/letsencrypt.log
OCSP check failed for /etc/letsencrypt/live/DOMAIN.COM/cert.pem (are we offline?)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Found the following certs:
 Certificate Name: DOMAIN.com-0001
   Domains: DOMAIN.com
   Expiry Date: 2020-03-29 13:21:12+00:00 (VALID: 2 days)
   Certificate Path: /etc/letsencrypt/live/DOMAIN.com-0001/fullchain.pem
   Private Key Path: /etc/letsencrypt/live/DOMAIN.com-0001/privkey.pem
 Certificate Name: DOMAIN.com
   Domains: *.DOMAIN.com
   Expiry Date: 2020-03-26 18:40:12+00:00 (INVALID: EXPIRED)
   Certificate Path: /etc/letsencrypt/live/DOMAIN.com/fullchain.pem
   Private Key Path: /etc/letsencrypt/live/DOMAIN.com/privkey.pem
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


Changelog[edit]

  • 1.10 - 2020-12-01 certbot certificates lists the which type of the private key that was used for the private key.
  • 1.4.0 - 2020-05-05 Added serial number of certificate to the output of certbot certificates

Related terms[edit]

See also[edit]

  • https://certbot.eff.org/docs/man/certbot.html
  • Advertising: