From 69f1bdba2b4eb0383d3cbbafe1a4d90a352f3f19 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 28 Jan 2021 07:26:08 +0100 Subject: initial commit --- x509.cnf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 x509.cnf (limited to 'x509.cnf') 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 -- cgit v1.2.3