Briefly explain the certificate expiration task of the key and certificate life cycle management cancellation phase.

What will be an ideal response?


All certificates are assigned a fixed lifetime at the time of creation. Validity is set according to the issuing CA based on the cryptographic strength of the public/private key pair. One year of validity is common for an end entity certificate. Eventually, the established validity period of a given certificate will expire, and it then enters the cancellation phase. Three different consequences can be applied to a certificate in a cancellation phase:
* No action: The end entity has left the PKI.
* Certificate update: A new key pair (public and private) is generated, and a new certificate is issued to the end entity.
* Certificate renewal: The public key of the original certificate and the corresponding private key are preserved. A new certificate with a new validity period is generated with the same public key. Certificate renewal is used only when the cryptographic strength of the public/private key pair is still sound.

Computer Science & Information Technology

You might also like to view...

A group of similarly structured records can be stored in a(n) field.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Maxwell is learning about evaluating the quality of information people can find online. He is looking for the answers to the following three questions. All of the following are criteria for a Web page quality rating, EXCEPT _____.

A. Is the Web site developed by a well-known developer? B. Has the information on the Web site been peer reviewed? C. What is the top-level domain? D. Is the material on the Web site date-appropriate?

Computer Science & Information Technology

what code will be assigned to strStatus variable when the intLevel variable contains the number 1?

Select Case intLevel
Case 1, 2
strStatus = "Bronze"
Case 3 To 5
strStatus = "Silver"
Cases 6, 7
strStatus = "Gold"
Case Else
strStatus = "Platinum"
End Select

Computer Science & Information Technology

When formatting text, a careless color choice may elicit the incorrect psychological response.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology