-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.cfg.yml
76 lines (76 loc) · 1.43 KB
/
server.cfg.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
acme:
ca_server: https://acme-v02.api.letsencrypt.org/directory
delay_failed: 24h0m0s
email: [email protected]
max_attempt: 3
renew_period: 240h0m0s
resolvers:
gandiv5:
type: gandiv5
config:
api_key: ""
http_timeout: 3m0s
polling_interval: 2s
propagation_timeout: 1m0s
filters:
- foo.com
httpreq:
type: httpreq
config:
endpoint: ""
http_timeout: 3m0s
mode: ""
password: ""
polling_interval: 2s
propagation_timeout: 1m0s
username: ""
filters:
- foo.com
ovh:
type: ovh
config:
access_token: ""
application_key: ""
application_secret: ""
client_id: ""
client_secret: ""
consumer_key: ""
endpoint: ovh-eu
http_timeout: 3m0s
polling_interval: 2s
propagation_timeout: 1m0s
filters:
- foo.com
cache:
type: memory
http:
listen: 0.0.0.0:8080
metrics_enable: false
tls:
cert_path: ""
enable: false
key_path: ""
listen: ""
interval: 5m0s
jwt:
key: superSecret
method: HS256
lock_duration: 25m0s
requesters:
- id: static
type: static
config:
domains:
- - example.com
- - foo.com
- bar.com
- id: agents
type: agent
config:
addresses:
- 127.0.0.1:8080
state:
config:
path: /var/lib/lets-go-tls/state.json
type: fs
unused_retention: 336h0m0s