support parsing PEM CRL files and printing revoke contexts

This commit is contained in:
Love Hornquist Astrand
2013-04-27 12:42:12 -07:00
parent 7b4b415fa0
commit bcbd477a20
3 changed files with 234 additions and 82 deletions

View File

@@ -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 = {