Skip to content

Commit c567252

Browse files
committed
set keylength to 256 to match production
1 parent 4ba5715 commit c567252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/haproxy/tasks/get_acme_certs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/home/acme/.acme.sh/acme.sh
3232
--issue
3333
--ecc
34-
--keylength ec-384
34+
--keylength ec-256
3535
--days "{{ haproxy_acme_renewal_days }}"
3636
--dns dns_acmedns
3737
--stateless

0 commit comments

Comments
 (0)