Update from ACME v1 to ACME v2 for LetsEncrypt.
Update from ACME v1 to ACME v2 for LetsEncrypt.
Is it time to update the ACME v2 platform as the ACME v1 will officially be phased out.
https://letsencrypt.org/docs/client-options/
"All of the following clients support the ACMEv2 API (RFC 8555). We’ll be entirely phasing out support for ACMEv1 soon. If you’re already using one of the clients below, make sure to upgrade to the latest version. If the client you’re using isn’t listed below it may not support ACMEv2, in which case we recommend contacting the project maintainers or switching to another client.
This is the one referenced in the folder "MDaemon\LetsEncrypt\Modules\ACMESharp\"
https://github.com/ebekker/ACMESharp
"Interested in ACME v2 or .NET Standard support? Check out ACMESharp Core!
https://github.com/PKISharp/ACMESharpCore
or possible https://github.com/PKISharp/ACME-PS that I saw some references to in folder
..MDaemon\LetsEncrypt\Modules\ACME-PS\
"ACME-PS
A PowerShell module supporting ACME v2. The module tries to provide you with all means neccessary to enable you to write a script or module which uses an ACME v2 service to create certificates."
Dan Lundqvist
MRZAZ.COM
Stockholm, Sweden
Hello,
Thanks for sharing your idea to update to Acme v2 for retrieving certificates from LetsEncrypt. The current version of MDaemon is already using Acme v2.
Thanks,
Arron
-
Dan Lundqvist commented
Maybe ACME v2 is already used ?
Saw some "Import-Module ACME-PS" and "acme-v02" references in the source code of the script. Could someone please explain if ACME v2 is already used ?