How can you revoke a certificate in OpenSSL?

What will be an ideal response?


Revocation is done by using the ca command with the -revoke option. The reason for revocation is inputted by using the -crl_reason option. The supported revocation reasons are unspecified, keyCompromise, CACompromise, affiliationChanged, superseded, cessationOfOperation, certificateHold, and removeFromCRL. The reason is case insensitive, and setting any revocation reason will make the CRL version 2, instead of version 1, by default. When a certificate is revoked, the CA or RA will update the internal database implemented using the index.txt.

Computer Science & Information Technology

You might also like to view...

When you begin creating a new PowerPoint presentation, you need to select a ____.

A. variant B. theme C. document D. slide

Computer Science & Information Technology

Explain what a color palette is and why it is significant in the storage of images.

What will be an ideal response?

Computer Science & Information Technology

A logical file pointer is one that references a file of related data that has been saved under a common name; that is, it "points to" a data file.

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

Computer Science & Information Technology

In order to use the string data type in a program, what code must be in your program?

A. a #include directive B. a using statement C. a #include directive D. a using statement

Computer Science & Information Technology