summaryrefslogtreecommitdiff
path: root/roles/acmetool/defaults/main.yml
blob: 409523da58443c0c8ddcb60acd7574377b3c2ef6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
acmetool_directory_server_le_live: "https://acme-v01.api.letsencrypt.org/directory"
acmetool_directory_server_le_staging: "https://acme-staging.api.letsencrypt.org/directory"

## this can't be changed after the account as been created (aka after the first run)
## and it's not recommended to keep this empty so we don't define it here which will lead to an error
# acmetool_account_email:
acmetool_directory_server: "{{ acmetool_directory_server_le_staging }}"

acmetool_default_key_type: rsa
acmetool_default_rsa_key_size: 4096
acmetool_default_ecdsa_curve: nistp256