OSCP
OCSP, or Online Certificate Status Protocol, is a protocol to validate whether certificates have been revoked.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy80MTcwMy81NDk1Mi9ja2ZpbmRlci9pbWFnZXMvcXUvMjAyNS9pbWFnZSgxOTEpLnBuZyIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTc2NTQ3ODY2OH19fV19&Signature=onyzU9uerdUx5XsG5HG9QlCd8L~sjMZ-RoQS6VvxLnC~i-dURuJu8jEsmyVUmmILKST3Nafey7E4znVtwI5DDR7T-7ZH6~4ZLv3J01YMAF0TTSJNnfzYqwKwLWJrHZIKq18pb-FkzbFof-2Hp8yhqJMjp7jw7mOL8M7P-bmwXzU8XZA-MTCRgRpjw5CQVriYCUwuDcuHyTB38JzS1UcZbKYS~-aW5ge-XGd9il94aeI3ifWeLsCdkaAvbNqikWgmAB4f~ZGap7wrAllVuXqwnvtpWDCX14C-fkajPULhyrGyT6J3STxBaU0c4PFP8gtkRDv8qcp9CE4B0ofO-oT3iA__&Key-Pair-Id=K2TK3EG287XSFC)
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
- Command Path – tolt>system >aaa>oscp>
- Module – tolt
- Container – system
- Container – aaa
- Container – oscp
- Action – config
- Types – Input Parameters
- *Ocsp-server-address – The IP address of the server to use for validating certificates.
- *Ocsp-polling-freq – The IP address of the server to use for validating certificates.
- Int32 (Default 300)
- *Use ocsp-server-address – Whether to use the server address given in this configuration. If set to false, it will look for an address within the certificate.
- True | false (Default true (enabled))
- *Enable-ocsp – Whether to enable the OCSP server checks of certificates.
- True | false (Default false).
AAA Config OSCP Example
-
- Module – tolt
- Container – system
- Container – oscp
- Action – config
- Types – Example Parameters
- enable-ocsp – enabled
- ocsp-server-address – 192.168.1.100
- ocsp-polling-freq – 300
- use ocsp-server-address – true
- 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 true, and press Enter.
- From the MDS1-ESUA<Config># command line, input commit, and press Enter.
- 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># _ |
FEEDBACK: Are you happy with this material?
Thank you Your feedback helps us to continually improve our content.
On this page