Enabling OCSP checking in Java in AMS
To enable OCSP checking for Java in Advanced Message Security, modify the java.security file or the keystore configuration file.
About this task
Using java.security
Check whether your certificate contains an Authority Information Access (AIA) certificate extension.
Procedure
What to do next
permission java.security.SecurityPermission "getProperty.ocsp.enable";
Using keystore.conf
Procedure
Add the following attribute to the configuration file:
ocsp.enable=true
Important: Setting this attribute in the configuration file overrides java.security settings.
What to do next
permission java.security.SecurityPermission "getProperty.ocsp.enable";
permission java.security.SecurityPermission "setProperty.ocsp.enable";