git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/x509.cnf
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2021-01-28 07:26:08 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2021-01-28 07:26:08 +0100
commit69f1bdba2b4eb0383d3cbbafe1a4d90a352f3f19 (patch)
treef11ae02f7c19574818589aa84ffaa2ddd0b32731 /x509.cnf
downloadnvidia-signdriver-69f1bdba2b4eb0383d3cbbafe1a4d90a352f3f19.tar.bz2
initial commit
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