-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathconfig.sample.yml
58 lines (46 loc) · 1.19 KB
/
config.sample.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
###
### ACME Endpoint Configuration
###
directory: https://acme-staging-v02.api.letsencrypt.org/directory
# directory: https://acme-v02.api.letsencrypt.org/directory
###
### Storage
###
# Check README and ./docs/storages/* for details
storage:
type: s3
region: 'ap-northeast-1'
bucket: '...'
# prefix: '...'
# kms_key_id: 'arn:aws:kms:...'
# storage:
# type: filesystem
# path: ./storage
###
### Challenge responders
###
# Check README and ./docs/challenge_responders/* for details
challenge_responders:
# Use dns_manual for subjects under ".manual-domain.example.org"
- dns_manual: {}
filter:
subject_name_suffix:
- .manual-domain.example.org
# subject_name_exact:
# subject_name_regexp:
# Last resort
- route53: {}
###
### advanced options
###
## Passphrase to encrypt key files (optional)
# account_key_passphrase: password
# certificate_key_passphrase: secret
## Instead, read passphrases from $ACMESMITH_ACCOUNT_KEY_PASSPHRASE, $ACMESMITH_CERTIFICATE_KEY_PASSPHRASE
# passphrase_from_env: true
## ACME connection options (Faraday)
# connection_options:
# :tls:
# :ca_file: custom_ca_bundle.pem
## acme-client bad_nonce_retry
# bad_nonce_retry: 2