Enable or disable OCSP configuration.
void enableOCSPConfiguration(Boolean flag)
throws SUPAdminException;
If successful, returns silently. If unsuccessful, throws SUPAdminException.
SUPConfiguration supConf = SUPObjectFactory
.getSUPConfiguration(clusterContext);
supConf.refreshClusterConfiguration();
supConf.enableOCSPConfiguration(true);
supConf.commitClusterConfiguration();