Disable OCSP for one or more selected applications
The following example disables the OCSP support for AutoSupport and EMS applications:
cluster1::*> security config ocsp disable -application autosupport,ems cluster1::> security config ocsp show Application OCSP Enabled? -------------------- ------------- autosupport false audit_log true fabricpool true ems false kmip true ldap true 6 entries were displayed.
The following example disables the OCSP support for all applications:
cluster1::*> security config ocsp disable -application all Warning: OCSP will be disabled for all applications. Any previous modifications will be ignored. Do you want to continue? {y|n}: y cluster1::*> security config ocsp show Application OCSP Enabled? -------------------- ------------- autosupport false audit_log false fabricpool false ems false kmip false ldap false 6 entries were displayed.