Add support for obtain ECDSA keys (#1667)

* Add support for obtain ECDSA keys

* Replace matrix_ssl_lets_encrypt_use_ecdsa_keys for matrix_ssl_lets_encrypt_key_type
This commit is contained in:
Alejo Diaz
2022-03-03 13:15:39 -03:00
committed by GitHub
parent 35df276487
commit 4ec24ec344
5 changed files with 22 additions and 1 deletions

View File

@ -22,8 +22,9 @@ docker run \
--work-dir=/tmp \
--http-01-port 8080 \
{% if matrix_ssl_lets_encrypt_staging %}
--staging \
--staging \
{% endif %}
--key-type {{ matrix_ssl_lets_encrypt_key_type }} \
--standalone \
--preferred-challenges http \
--agree-tos \