Command Reference Guide

SROS Command Line Interface Reference Guide CA Profile Configuration Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 421
enrollment retry [count | period]
Use the enrollment retry command to determine how the Secure Router OS handles certificate requests.
Syntax Description
count
<count>
Specifies the number of times the Secure Router OS re-sends a certificate
request when it does not receive a response from the previous request. Range:
1-100.
period
<minutes>
Specifies the time period between certificate request retries. The default is 1
minute between retries. Range: 1-60 minutes.
Default Values
By default, period is set to 5 minutes, and count is set to 12 retries.
Command Modes
(ca-profile)# CA Profile Configuration
Usage Examples
The following example configures the Secure Router OS to send certificate requests every two minutes,
stopping after 50 retries (if no response is received):
(ca-profile)#enrollment retry count 50
(ca-profile)#enrollment retry period 2