Enable OCSP for one or more selected applications
The following example enables the OCSP support for AutoSupport and EMS applications:
cluster1::*> security config ocsp enable -application autosupport,ems cluster1::> security config ocsp show Application OCSP Enabled? -------------------- ------------- autosupport true audit_log false fabricpool false ems true kmip false ldap false 6 entries were displayed.
The following example enables the OCSP support for all applications:
cluster1::*> security config ocsp enable -application all Warning: OCSP will be enabled 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 true audit_log true fabricpool true ems true kmip true ldap true 6 entries were displayed.