-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcertwrangler.example.yaml
59 lines (53 loc) · 1.33 KB
/
certwrangler.example.yaml
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
---
accounts:
default:
emails:
- this.is.me@example.com
server: https://acme-staging-v02.api.letsencrypt.org/directory
key_size: 4096
subjects:
# This feature can probably be removed, Let's Encrypt doesn't bother with using them.
default:
country: US
state_or_province: Texas
locality: San Antonio
organization: Example Org
organizational_unit: DevOps
stores:
default:
driver: local
config:
path: ./test_store
# An example store for backing up our cert and keys
backup:
driver: local
config:
path: ./test_store_backup
solvers:
default:
driver: lexicon
zones:
# List out the zones that this solver should be used for.
# This should only be zones, as in an SOA record exists for this FQDN.
- example.com
config:
provider_name: linode4
provider_options:
auth_token: this_is_my_token
certs:
example.com:
# The next three options are set by default
# stores:
# - default
# subject: default
stores:
- default
- backup
common_name: example.com
alt_names:
- www.example.com
key_size: 4096
# The timeout for waiting for DNS propagation.
# If this expires certwrangler gives up on waiting
# but leaves the order open to try again on the next run.
wait_timeout: 120