mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Let people try the staging CA before pointing to the production CA #144
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @deminngi on GitHub (Sep 14, 2016).
Hi Lukas,
nice script. BTW I tested it with the staging CA before going to real life.
Path to certificate authority (default: https://acme-v01.api.letsencrypt.org/directory)
CA="https://acme-v01.api.letsencrypt.org/directory"
CA_PROD="https://acme-v01.api.letsencrypt.org/directory"
CA_TEST="https://acme-staging.api.letsencrypt.org/directory"
CA="${CA_TEST}"
@welwood08 commented on GitHub (Sep 15, 2016):
Duplicate of #72?
@lukas2511 commented on GitHub (Sep 17, 2016):
People can try the staging CA if they want to, it's documented in docs/staging.md.
I don't want to always have to configure the production CA when using this and it may (again) break a lot of setups, so this won't be changed.