Skip to content

Commit

Permalink
Changed LE dir to point to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Tero Ahonen authored Sep 2, 2019
1 parent 621a35a commit cb9b7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/openshift-4-cluster/tasks/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Only set if you really want a production letsencrypt certificate
# without le_acme_directory it use the staging env.
# https://letsencrypt.org/docs/rate-limits/
# le_acme_directory: "https://acme-v02.api.letsencrypt.org/directory"
le_acme_directory: "https://acme-v02.api.letsencrypt.org/directory"

le_letsencrypt_account_email: "{{ letsencrypt_account_email | default(cloudflare_account_email)}}"
le_cloudflare_account_api_token: "{{ cloudflare_account_api_token }}"
Expand Down

0 comments on commit cb9b7aa

Please sign in to comment.