letsencrypt: moved to rsa as key also
some apps may not work with ECC certificates, e.g. some iOS apps
This commit is contained in:
parent
110f55291e
commit
66984d1359
1 changed files with 1 additions and 0 deletions
|
@ -3,3 +3,4 @@ BASEDIR=/var/lib/dehydrated
|
||||||
WELLKNOWN="${BASEDIR}/acme-challenges"
|
WELLKNOWN="${BASEDIR}/acme-challenges"
|
||||||
DOMAINS_TXT="/etc/dehydrated/domains.txt"
|
DOMAINS_TXT="/etc/dehydrated/domains.txt"
|
||||||
HOOK="/etc/dehydrated/hook.sh"
|
HOOK="/etc/dehydrated/hook.sh"
|
||||||
|
KEY_ALGO=rsa
|
||||||
|
|
Loading…
Reference in a new issue