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
Last revision Both sides next revision
userdoc:tt_acme_certificates [2020/09/07 11:30]
abelbeck
userdoc:tt_acme_certificates [2020/09/07 11:31]
abelbeck
Line 3: Line 3:
 AstLinux now supports generating [[https://letsencrypt.org|Let's Encrypt]] certificates using the [[wp>Automated_Certificate_Management_Environment|ACME]] protocol. AstLinux now supports generating [[https://letsencrypt.org|Let's Encrypt]] certificates using the [[wp>Automated_Certificate_Management_Environment|ACME]] protocol.
  
-AstLinux uses the ''acme-client'' command as a front-end to the core ''acme.sh'' script provided by the [[https://github.com/Neilpang/acme.sh|acme.sh]] project.  The ''acme-client'' command limits issued certificates to only use DNS challenge validation, as such you need a supported DNS provider, of which there are well over 20 as of this writing.+AstLinux uses the ''acme-client'' command as a front-end to the core ''acme.sh'' script provided by the [[https://github.com/acmesh-official/acme.sh|acme.sh]] project.  The ''acme-client'' command limits issued certificates to only use DNS challenge validation, as such you need a supported DNS provider, of which there are well over 20 as of this writing.
  
 The Command Line Interface (CLI) must be used to initially issue and deploy ACME certificates. The Command Line Interface (CLI) must be used to initially issue and deploy ACME certificates.
Line 42: Line 42:
  
   pbx4 ~ # acme-client --version   pbx4 ~ # acme-client --version
-  https://github.com/Neilpang/acme.sh +  https://github.com/acmesh-official/acme.sh 
-  v2.7.2+  v2.8.7
  
 Only DNS challenge validation is supported within AstLinux, as such you need a supported DNS provider, in this example we are using Cloudflare.  We need to export the ''CF_Key'' and ''CF_Email'' variables, adjust to match your credentials ... Only DNS challenge validation is supported within AstLinux, as such you need a supported DNS provider, in this example we are using Cloudflare.  We need to export the ''CF_Key'' and ''CF_Email'' variables, adjust to match your credentials ...
  • userdoc/tt_acme_certificates.txt
  • Last modified: 2020/09/07 11:34
  • by abelbeck