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.
cluster-hosts
Matthew Vivian 2024-12-03 09:31:00 +00:00 committed by Guus der Kinderen
parent 96bcd89c95
commit 697aab97ed
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