forked from SW/traefik
feat: allow configuration of ACME certificates duration
This commit is contained in:
committed by
GitHub
parent
1f17731369
commit
0a5c9095ac
@@ -376,6 +376,7 @@ certificatesResolvers:
|
||||
acme:
|
||||
email: foobar
|
||||
caServer: foobar
|
||||
certificatesDuration: 2160
|
||||
preferredChain: foobar
|
||||
storage: foobar
|
||||
keyType: foobar
|
||||
@@ -396,6 +397,7 @@ certificatesResolvers:
|
||||
acme:
|
||||
email: foobar
|
||||
caServer: foobar
|
||||
certificatesDuration: 2160
|
||||
preferredChain: foobar
|
||||
storage: foobar
|
||||
keyType: foobar
|
||||
|
||||
Reference in New Issue
Block a user