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