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
parent
96bcd89c95
commit
697aab97ed
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue