Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
tips:ssl [2019/09/16 13:58] – [certbot] scipiotips:ssl [2021/06/17 08:05] – [certbot] scipio
Line 8: Line 8:
  
 <code> <code>
 +snap install --classic certbot
 +
 +# or for focal pre
 add-apt-repository ppa:certbot/certbot add-apt-repository ppa:certbot/certbot
 apt-get update apt-get update
Line 17: Line 20:
 </code> </code>
  
-wildchart+wildcard
 <code> <code>
 certbot certonly \ certbot certonly \
Line 55: Line 58:
 } }
 </file> </file>
 +
 +renew
 +<code>
 +certbot renew [--dry-run]
 +</code>
 +
 +automatic renew
 +<code>
 +systemctl status certbot.service
 +</code>
 +
 +/etc/letsencrypt/cli.ini
 +<code>
 +max-log-backups = 0
 +deploy-hook = systemctl reload nginx
 +</code>
 ===== acme.sh integration for letsencrypt ===== ===== acme.sh integration for letsencrypt =====
  
  • tips/ssl.txt
  • Last modified: 2022/06/22 07:15
  • by sscipioni