forked from Ivasoft/traefik
Define TLS options on the Router configuration
Co-authored-by: juliens <julien@containo.us>
This commit is contained in:
committed by
Traefiker Bot
parent
d306c8fd50
commit
85ce16b34f
@@ -58,7 +58,7 @@ func Test_doOnJSON(t *testing.T) {
|
||||
"DNSProvider": "",
|
||||
"DelayDontCheckDNS": 0,
|
||||
"ACMELogging": false,
|
||||
"TLSOptions": null
|
||||
"Options": null
|
||||
},
|
||||
"DefaultEntryPoints": [
|
||||
"https",
|
||||
@@ -141,7 +141,7 @@ func Test_doOnJSON(t *testing.T) {
|
||||
"DNSProvider": "",
|
||||
"DelayDontCheckDNS": 0,
|
||||
"ACMELogging": false,
|
||||
"TLSOptions": null
|
||||
"Options": null
|
||||
},
|
||||
"DefaultEntryPoints": [
|
||||
"https",
|
||||
|
||||
Reference in New Issue
Block a user