diff options
author | Stefan H. Holek <stefan@epy.co.at> | 2012-12-02 16:42:23 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-02 12:03:10 +0200 |
commit | f352917e29962bc78f0b03220badb62ad9676063 (patch) | |
tree | 2dc71388bb1b2e3246007bdeb2314195716f7647 /etc | |
parent | a62d94b1ab1b4e8a5c27ab9b05463a849ed973f5 (diff) | |
download | simple-pki-f352917e29962bc78f0b03220badb62ad9676063.tar.xz |
Move emailAddress from request DN to SAN.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/email-client.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/email-client.conf b/etc/email-client.conf index 04fdaef..216dabc 100644 --- a/etc/email-client.conf +++ b/etc/email-client.conf @@ -28,4 +28,4 @@ emailAddress_max = 40 keyUsage = critical,digitalSignature,keyEncipherment extendedKeyUsage = emailProtection,clientAuth subjectKeyIdentifier = hash -subjectAltName = email:copy +subjectAltName = email:move |