Update the OCSP configuration. Only a Sybase Unwired Platform administrator can perform this.
void updateOCSPConfiguration(SUPConfigurationComponentVO serverComponent)
throws SUPAdminException;
If successful, returns silently. If unsuccessful, throws SUPAdminException.
supConf.refreshClusterConfiguration();
SUPConfigurationComponentVO confVO = supConf
.getOCSPConfiguration();
confVO.getProperties().put("ocsp.responderURL", "http://apple.com");
supConf.updateOCSPConfiguration(confVO);
supConf.commitClusterConfiguration();