3.1.4.1.3.8 CertificateValidity

The <CertificateValidity> complex type contains information about the expected validity of an issued certificate, and the expected period when renewal starts.

 <xs:complexType name="CertificateValidity">
   <xs:sequence>
     <xs:element name="validityPeriodSeconds" type="xs:unsignedLong" />
     <xs:element name="renewalPeriodSeconds" type="xs:unsignedLong" />
   </xs:sequence>
 </xs:complexType>

validityPeriodSeconds: The <validityPeriodSeconds> element is the recommended validity period of an issued certificate in seconds. The <validityPeriodSeconds> element MUST be a positive nonzero long.

renewalPeriodSeconds: The <renewalPeriodSeconds> element is the recommended renewal period of an issued certificate. The <renewalPeriodSeconds> element MUST be a positive nonzero long.