Difference between revisions of "Certbot"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
  
 +
Ubuntu:
 
* Binaries: <code>cerbot</code> and <code>letscrypt</code>
 
* Binaries: <code>cerbot</code> and <code>letscrypt</code>
 +
* Renewals: <code>/etc/cron.d/certbot</code>
  
 
<pre>
 
<pre>

Revision as of 10:42, 26 December 2019

Ubuntu:

  • Binaries: cerbot and letscrypt
  • Renewals: /etc/cron.d/certbot
certbot --nginx
Saving debug log to /var/log/letsencrypt/letsencrypt.log
The requested nginx plugin does not appear to be installed
certbot certificates
Saving debug log to /var/log/letsencrypt/letsencrypt.log

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


  • Changing a Certificdate's Domain[1]: certbot certonly --cert-name example.com -d example.org,www.example.org
  • Automated renewals: systemctl list-timers

See also

  • https://certbot.eff.org/docs/using.html#changing-a-certificate-s-domains
  • Advertising: