1
0
Fork 0

OCSP stapling

This commit is contained in:
Alessandro Chitolina 2025-06-06 17:44:04 +02:00 committed by GitHub
parent 2949995abc
commit b39ee8ede5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 1576 additions and 178 deletions

View 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"