-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample_tlsa.conf
More file actions
47 lines (36 loc) · 761 Bytes
/
example_tlsa.conf
File metadata and controls
47 lines (36 loc) · 761 Bytes
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
[cdm]
statedir=/tmp/cdm_test
domain=auto
[cdm:test]
postwait=3
[domain]
handler=dnsuptools/inwx
[domain:test1337x.bahn.cf]
cert=mycert,mycert2,test
tlsa.tcp.443=auto:3:1:1,auto:2:0:1
[cert]
handler=dehydrated/letsencrypt
email=stefan.helmert@t-online.de
keysize=4096
[cert:mycert]
destination=/home/stefan/projects/docker-traefik-cdm/configuration/files/
extraflags=--staging,-x
[cert:mycert2]
destination=/home/stefan/projects/docker-traefik-cdm/configuration/files/
extraflags=--staging,-x
[service:traefik]
dummy = dummy
cert = auto
container = traefik
dirint = auto
dirext = auto
[dhparam:dh512]
handler = openssl
keysize = 512
[service:mywebproxy]
handler = traefik
cert = auto
dhparam = dh512
container = traefik
dirint = auto
dirext = auto