You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When revoking a certificate it always sends 0 (No reason provided or unspecified) as Reason,
however in many cases the reason for us is 5 (cessationOfOperation).
It would be nice if we had an option for this also (maybe an extra switch like -R --revoke-reson)
The other options 1 (keyCompromise) and 4 (superseded) could also be included
The text was updated successfully, but these errors were encountered:
When revoking a certificate it always sends 0 (No reason provided or unspecified) as Reason,
however in many cases the reason for us is 5 (cessationOfOperation).
It would be nice if we had an option for this also (maybe an extra switch like -R --revoke-reson)
The other options 1 (keyCompromise) and 4 (superseded) could also be included
The text was updated successfully, but these errors were encountered: