How to add a custom ACME supporting CA (Digicert in my case) #6307
Unanswered
smarouchoc
asked this question in
Q&A
Replies: 2 comments 1 reply
-
just add eg:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
if your acme server requires to register, you will need to register with eg:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The readme indicates that acme.sh supports "Any other RFC8555-compliant CA" - but I cannot find any instructions on how to go about adding one. I have configured an ACME token in my Digicert account, which then gives me a url, a KID, and an HMAC key. I can see where the URL might go in the acme.sh file, and I assume that I might need to export one or both keys to an environment variable, based on how setting up for things like Cloudflare DNS are documented. I cannot find what the variables might be named. I am specifically choosing acme.sh because of the panos integration - I have 600+ firewalls with some significant number having client VPN. I'd really like to issue the VPN certificates once a year from the cert provider I pay for, instead of having thousands of users get a new VPN certificate warning every 90 days, as would be the case if I used a free certificate service :) thanks much for any insight anyone can provide!
Beta Was this translation helpful? Give feedback.
All reactions