throw error with information about OCSP deprecation if certificate doesn't indicate OCSP support

This commit is contained in:
Lukas Schauer
2025-07-05 11:12:31 +02:00
parent ad43e250b2
commit 12877bb238
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ This file contains a log of major changes in dehydrated
- 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
- Throw error with information about OCSP deprecation if certificate doesn't indicate OCSP support
## [0.7.2] - 2025-05-18
## Added