OSCP

OCSP, or Online Certificate Status Protocol, is a protocol to validate whether certificates have been revoked.

System AAA OSCP Attributes 

Attribute  Values  Default  Req Description
Ocsp-server-address  IP address  N/A Y The IP address of the server to use for validating certificates. 
Ocsp-polling-freq  Int32  300 Y The frequency for polling the OCSP server in seconds.
Use-ocsp-server-address 

true | false

true Y

Whether to use the server address given in this configuration.  If set to false, it will look for an address within the certificate. 

Enable-ocsp  true | false false Y Whether to enable the OCSP server checks of certificates. 

 

 

 
Note 1: * = required parameter

 

AAA Config OSCP Example

 

  1. From the MDS1-ESUA<Config># command line, input tolt system aaa oscp enable-ocsp enabled  ocsp-polling-freq 300 ocsp-server-address  192.168.1.100 use ocsp-server-address trueand press Enter
  2. From the MDS1-ESUA<Config># command line, input commitand press Enter.
  3. Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt system aaa oscp enable-ocsp enabled  
ocsp-polling-freq 300 ocsp-server-address  192.168.1.100 use ocsp-server-address true <enter>
MDS1-ESUA<Config># commit <enter>
Commit complete.
MDS1-ESUA<Config># _