OCSP stapling
This commit is contained in:
parent
2949995abc
commit
b39ee8ede5
30 changed files with 1576 additions and 178 deletions
27
integration/fixtures/ocsp/simple.toml
Normal file
27
integration/fixtures/ocsp/simple.toml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[global]
|
||||
checkNewVersion = false
|
||||
sendAnonymousUsage = false
|
||||
|
||||
[entryPoints]
|
||||
[entryPoints.web]
|
||||
address = ":8000"
|
||||
|
||||
[providers.file]
|
||||
filename = "{{ .SelfFilename }}"
|
||||
|
||||
[ocsp.responderOverrides]
|
||||
ocsp.example.com = "{{ .ResponderURL }}"
|
||||
|
||||
[log]
|
||||
level="debug"
|
||||
|
||||
## dynamic configuration ##
|
||||
|
||||
[[tls.certificates]]
|
||||
certFile = "fixtures/ocsp/server.crt"
|
||||
keyFile = "fixtures/ocsp/server.key"
|
||||
|
||||
[tls.stores]
|
||||
[tls.stores.default.defaultCertificate]
|
||||
certFile = "fixtures/ocsp/default.crt"
|
||||
keyFile = "fixtures/ocsp/default.key"
|
||||
Loading…
Add table
Add a link
Reference in a new issue