support parsing PEM CRL files and printing revoke contexts
This commit is contained in:
@@ -408,6 +408,17 @@ command = {
|
||||
argument="ocsp-response-file ..."
|
||||
help = "Print the OCSP responses"
|
||||
}
|
||||
command = {
|
||||
name = "revoke-print"
|
||||
option = {
|
||||
long = "verbose"
|
||||
type = "flag"
|
||||
help = "verbose"
|
||||
}
|
||||
min_args="1"
|
||||
argument="ocsp/crl files"
|
||||
help = "Print the OCSP/CRL files"
|
||||
}
|
||||
command = {
|
||||
name = "request-create"
|
||||
option = {
|
||||
|
||||
Reference in New Issue
Block a user