Skip to content

Commit

Permalink
NGNINX WITH CERT- SET TO USE ZEROSSL BY DEFAULT IN FUTURE (#8931)
Browse files Browse the repository at this point in the history
GET RID OF LE
  • Loading branch information
bbethell-1 authored Dec 16, 2024
1 parent 93b93e9 commit 0a69493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/nginx_with_cert/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nginx_with_cert_nginx_conf: "nginx.conf.j2"
nginx_with_cert_nginx_https_port: 443

# Certbot generic variables for generating certificates
certbot_cert_manager_provider: letsencrypt # or 'zerossl'
certbot_cert_manager_provider: zerossl # or 'letsencrypt'
# Below only applies to ZeroSSL
certbot_cert_manager_zerossl_eab_key_id: unknown
certbot_cert_manager_zerossl_hmac_key: unknown
Expand Down

0 comments on commit 0a69493

Please sign in to comment.