X-Git-Url: https://git.tld-linux.org/?p=packages%2Fdehydrated.git;a=blobdiff_plain;f=01-ca-path.sh;fp=01-ca-path.sh;h=85594ee35634a4b3ed5d13607a91d77fa4fd3ab9;hp=cd6f030dac1c32bdcc08d3f592180205cad4d3f2;hb=680e540955a96cf4dd5ea7ef899e89e4ebaf3fc4;hpb=b5d5d321a92ef9a1ee59bc6ffebc3bb2d2f93454 diff --git a/01-ca-path.sh b/01-ca-path.sh index cd6f030..85594ee 100644 --- a/01-ca-path.sh +++ b/01-ca-path.sh @@ -1,5 +1,4 @@ -# Path to certificate authority (default: https://acme-v02.api.letsencrypt.org/directory) -#CA="https://acme-v02.api.letsencrypt.org/directory" - -# Path to staging certificate authority (for testing purposes) -#CA="https://acme-staging-v02.api.letsencrypt.org/directory" +# URL to certificate authority or internal preset +# Presets: letsencrypt, letsencrypt-test, zerossl, buypass, buypass-test +# default: letsencrypt +#CA="letsencrypt"