summaryrefslogtreecommitdiff
path: root/build/certs/with-eku.conf
diff options
context:
space:
mode:
Diffstat (limited to 'build/certs/with-eku.conf')
-rw-r--r--build/certs/with-eku.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/build/certs/with-eku.conf b/build/certs/with-eku.conf
deleted file mode 100644
index 8eab21d..0000000
--- a/build/certs/with-eku.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Use with the following command
-# $ openssl req -new -x509 -outform DER -out self-signed-with-ku.pem \
-# -newkey rsa -keyout self-signed-with-ku.key -nodes \
-# -config with-ku.conf -set_serial 888 -extensions v3_ca
-#
-
-[ req ]
-default_bits = 1024
-distinguished_name = req_distinguished_name
-x509_extensions = v3_ca
-dirstring_type = nobmp
-
-[ req_distinguished_name ]
-commonName = Common Name
-commonName_max = 64
-
-[ v3_ca ]
-keyUsage=keyCertSign,digitalSignature \ No newline at end of file