chore: Update java.security with new from Openfire

This file has been updated in Openfire to enable CRL downloading, so I'm porting it into this project as we use a copy of the security directory and overwrite the original.
copy-of-security
Matthew Vivian 2024-12-03 09:31:00 +00:00
parent 478caa939b
commit 49fb6b7f74
No known key found for this signature in database
GPG Key ID: BADAD4A1EE1C9B34
2 changed files with 8 additions and 2 deletions

View File

@ -1,2 +1,5 @@
# Enable client-driven OCSP
ocsp.enable=true
ocsp.enable=true
# Enable CRL Distribution Points extension in certificates (download CRL from URL in certificate)
org.bouncycastle.x509.enableCRLDP=true

View File

@ -1,2 +1,5 @@
# Enable client-driven OCSP
ocsp.enable=true
ocsp.enable=true
# Enable CRL Distribution Points extension in certificates (download CRL from URL in certificate)
org.bouncycastle.x509.enableCRLDP=true