allow KEEP_GOING to also skip over ocsp stapling errors, update ocsp error message with a hint about deprecation on some CAs

This commit is contained in:
Lukas Schauer
2025-07-05 10:55:33 +02:00
parent 8e9e5ef9c7
commit ad43e250b2
3 changed files with 38 additions and 21 deletions

View File

@@ -8,6 +8,7 @@ This file contains a log of major changes in dehydrated
## Changed
- Only validate existance of wellknown directory or hook script when actually needed
- Also allow setting `KEEP_GOING` in config file instead of relying on cli arguments
- Allow skipping over OCSP stapling errors, indicate that some CAs no longer support OCSP
## [0.7.2] - 2025-05-18
## Added