vici: list-cert sends subject, not-before and not-after attributes for pubkeys

This commit is contained in:
Andreas Steffen
2016-01-09 07:23:30 +01:00
parent 87371460f6
commit 4c38c79452
4 changed files with 65 additions and 6 deletions
+3
View File
@@ -760,6 +760,9 @@ _list-certs_ command.
flag = <X.509 certificate flag, NONE|CA|AA|OCSP>
has_privkey = <set if a private key for the certificate is available>
data = <ASN1 encoded certificate data>
subject = <subject string if defined and certificate type is PUBKEY>
not-before = <time string if defined and certificate type is PUBKEY>
not-after = <time string if defined and certificate type is PUBKEY>
}
### list-authority ###