userdoc:tt_acme_certificates

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 revision Both sides next revision
userdoc:tt_acme_certificates [2017/09/01 09:47]
abelbeck [Issuing Certificates]
userdoc:tt_acme_certificates [2020/09/07 11:30]
abelbeck
Line 22: Line 22:
  
 The "ACME Account Email Address" registration email address is used for expiry notifications, while optional it seems like a good idea to specify. The "ACME Account Email Address" registration email address is used for expiry notifications, while optional it seems like a good idea to specify.
 +
 +!!Note -> AstLinux 1.4.0!! or later, the "ACME Account Email Address" can be used for renewal notifications, for example:
 +
 +  acme-client --set-notify --notify-hook mail --notify-level 2
  
 !!Tip ->!! Clicking on the blue ''(i)'' icon will display topic information text similar to this documentation page. !!Tip ->!! Clicking on the blue ''(i)'' icon will display topic information text similar to this documentation page.
Line 46: Line 50:
   pbx4 ~ # export CF_Email="email@example.com"   pbx4 ~ # export CF_Email="email@example.com"
  
-Other DNS providers require different exported variables, see the [[https://github.com/Neilpang/acme.sh/blob/master/dnsapi/README.md|DNS API]] documentation for the details.\\+Other DNS providers require different exported variables, see the [[https://github.com/acmesh-official/acme.sh/wiki/dnsapi|DNS API]] documentation for the details.\\
 !!Tip ->!! Mentally replace ''acme.sh'' with ''acme-client'' when referencing the acme.sh documentation. !!Tip ->!! Mentally replace ''acme.sh'' with ''acme-client'' when referencing the acme.sh documentation.
  
Line 139: Line 143:
  
   pbx4 ~ # acme-client --remove -d pbx4.example.org   pbx4 ~ # acme-client --remove -d pbx4.example.org
 +
 +Enable renewal notifications via email, (AstLinux 1.4.0 or later)
 +
 +  pbx4 ~ # acme-client --set-notify --notify-hook mail --notify-level 2
 +
 +!!Tip ->!! As above, with ''--notify-level 1'' only email errors and ''--notify-level 0'' disables email notifications
  
 \\ \\
  • userdoc/tt_acme_certificates.txt
  • Last modified: 2020/09/07 11:34
  • by abelbeck