git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/x509.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'x509.cnf')
-rw-r--r--x509.cnf20
1 files changed, 20 insertions, 0 deletions
diff --git a/x509.cnf b/x509.cnf
new file mode 100644
index 0000000..cc62c72
--- /dev/null
+++ b/x509.cnf
@@ -0,0 +1,20 @@
+[ req ]
+default_bits = 4096
+distinguished_name = req_distinguished_name
+prompt = no
+string_mask = utf8only
+x509_extensions = myexts
+
+[ req_distinguished_name ]
+C = DE
+ST = BW
+L = Mannheim
+O = Diringer & Scheidel GmbH & Co. KG
+CN = Harald Pfeiffer
+emailAddress = harald.pfeiffer@dus.de
+
+[ myexts ]
+basicConstraints=critical,CA:FALSE
+keyUsage=digitalSignature
+subjectKeyIdentifier=hash
+authorityKeyIdentifier=keyid