Closed azurit closed 7 years ago
It's already implemented. Look into conf/conf.properties
and uncomment the certificate.checkValidity
entry:
# setting property certificate.checkValidity to false, you can disable validity checks
certificate.checkValidity=false
I'm actually in a situation, where i need to use expired certificate for signing but jsignpdf is printing error and not allowing me to do this. Can you, please, allow usage of expired certificates? Thank you.