diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-05-13 17:47:04 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-05-13 17:57:32 +0100 |
commit | 8a6eec04798d4000b00537e6c6f7f7f1596fccb8 (patch) | |
tree | 9abfb9d5a44f58be83d9b7c7019e413d8bc15bda /doc | |
parent | 3faae4c075bd1054f3e199051f146d886c8abf0f (diff) |
certextract tidying
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 03ec8980c..17c69a7a5 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -8897,8 +8897,8 @@ the certificate. Supported fields are: .display &`version `& &`serial_number `& -&`subject `& -&`issuer `& +&`subject `& RFC4514 DN +&`issuer `& RFC4514 DN &`notbefore `& &`notafter `& &`sig_algorithm `& @@ -8931,6 +8931,12 @@ Elements of only one type may be selected by a modifier which is one of "dns", "uri" or "mail"; if so the elenment tags are omitted. +The field selectors marked as "RFC4514" above +output a Distinguished Name string which is +not quite +parseable by Exim as a comma-separated tagged list +(the exceptions being elements containin commas). + Field values are generally presented in human-readable form. .wen |