diff options
author | Stefan H. Holek <stefan@epy.co.at> | 2012-12-21 21:16:09 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-02 12:03:10 +0200 |
commit | 8ff38501e1587418723d6e9ba8658cd548a476ac (patch) | |
tree | a5e9dd0d7bed2a7b455368c52d67d6e96dd07961 /etc/email-client.conf | |
parent | 537fb1c35ea3a0f0ed7efad138c46f02f19c5539 (diff) | |
download | simple-pki-8ff38501e1587418723d6e9ba8658cd548a476ac.tar.xz |
Rename email-client.conf -> email.conf.
Diffstat (limited to 'etc/email-client.conf')
-rw-r--r-- | etc/email-client.conf | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/etc/email-client.conf b/etc/email-client.conf deleted file mode 100644 index 216dabc..0000000 --- a/etc/email-client.conf +++ /dev/null @@ -1,31 +0,0 @@ -# Email client certificate request - -# This file is used by the openssl req command. Since we cannot know the DN in -# advance the user is prompted for DN information. - -[ req ] -default_bits = 2048 # RSA key size -encrypt_key = yes # Protect private key -default_md = sha1 # MD to use -utf8 = yes # Input is UTF-8 -string_mask = utf8only # Emit UTF-8 strings -prompt = yes # Prompt for DN -distinguished_name = email_dn # DN template -req_extensions = email_reqext # Desired extensions - -[ email_dn ] -0.domainComponent = "1. Domain Component (eg, com) " -1.domainComponent = "2. Domain Component (eg, company) " -2.domainComponent = "3. Domain Component (eg, pki) " -organizationName = "4. Organization Name (eg, company) " -organizationalUnitName = "5. Organizational Unit Name (eg, section) " -commonName = "6. Common Name (eg, full name)" -commonName_max = 64 -emailAddress = "7. Email Address (eg, name@fqdn)" -emailAddress_max = 40 - -[ email_reqext ] -keyUsage = critical,digitalSignature,keyEncipherment -extendedKeyUsage = emailProtection,clientAuth -subjectKeyIdentifier = hash -subjectAltName = email:move |