summaryrefslogtreecommitdiff
path: root/etc/root-ca.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/root-ca.conf')
-rw-r--r--etc/root-ca.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/root-ca.conf b/etc/root-ca.conf
index cd00238..70df9cf 100644
--- a/etc/root-ca.conf
+++ b/etc/root-ca.conf
@@ -13,8 +13,8 @@ dir = . # Top dir
# certificate.
[ req ]
-default_bits = 2048 # RSA key size
-encrypt_key = yes # Protect private key
+default_bits = 4096 # RSA key size
+encrypt_key = no # Protect private key
default_md = sha1 # MD to use
utf8 = yes # Input is UTF-8
string_mask = utf8only # Emit UTF-8 strings
@@ -23,11 +23,11 @@ distinguished_name = ca_dn # DN section
req_extensions = ca_reqext # Desired extensions
[ ca_dn ]
-0.domainComponent = "org"
-1.domainComponent = "simple"
-organizationName = "Simple Inc"
-organizationalUnitName = "Simple Root CA"
-commonName = "Simple Root CA"
+0.domainComponent = "net"
+1.domainComponent = "eckner"
+organizationName = "Eckner Net"
+organizationalUnitName = "Eckner Net CA"
+commonName = "Eckner Net Root CA"
[ ca_reqext ]
keyUsage = critical,keyCertSign,cRLSign