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
parent
478caa939b
commit
49fb6b7f74
|
@ -1,2 +1,5 @@
|
|||
# Enable client-driven OCSP
|
||||
ocsp.enable=true
|
||||
|
||||
# Enable CRL Distribution Points extension in certificates (download CRL from URL in certificate)
|
||||
org.bouncycastle.x509.enableCRLDP=true
|
|
@ -1,2 +1,5 @@
|
|||
# Enable client-driven OCSP
|
||||
ocsp.enable=true
|
||||
|
||||
# Enable CRL Distribution Points extension in certificates (download CRL from URL in certificate)
|
||||
org.bouncycastle.x509.enableCRLDP=true
|
Loading…
Reference in New Issue