summaryrefslogtreecommitdiff
path: root/test/confs/2102
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-05-13 22:02:51 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2014-05-13 22:22:00 +0100
commit812a604525eef4993d6ed165d455c8309ae72c36 (patch)
tree3da59336ac4a817315464f560f3e69c14c2114d3 /test/confs/2102
parent8ded85897157e148f4c88692ac7b23ac7cb164cd (diff)
Extractor for named RDN element types from a certificate DN field.
Diffstat (limited to 'test/confs/2102')
-rw-r--r--test/confs/21021
1 files changed, 1 insertions, 0 deletions
diff --git a/test/confs/2102 b/test/confs/2102
index 3d5e51ae6..8879cd07d 100644
--- a/test/confs/2102
+++ b/test/confs/2102
@@ -52,6 +52,7 @@ check_recipient:
logwrite = SR <${certextract {serial_number}{$tls_in_peercert}}>
logwrite = SN <${certextract {subject} {$tls_in_peercert}}>
logwrite = IN <${certextract {issuer} {$tls_in_peercert}}>
+ logwrite = IN/O <${certextract {issuer,O} {$tls_in_peercert}}>
logwrite = NB <${certextract {notbefore} {$tls_in_peercert}}>
logwrite = NA <${certextract {notafter} {$tls_in_peercert}}>
logwrite = SA <${certextract {sig_algorithm}{$tls_in_peercert}}>