Index: net/data/ssl/scripts/eku-test.cnf |
diff --git a/net/data/ssl/scripts/eku-test.cnf b/net/data/ssl/scripts/eku-test.cnf |
deleted file mode 100644 |
index 0138bac138be90ad8c0cc3a698df308429655355..0000000000000000000000000000000000000000 |
--- a/net/data/ssl/scripts/eku-test.cnf |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-[req] |
-default_bits = 2048 |
-default_md = sha256 |
-string_mask = utf8only |
-prompt = no |
-encrypt_key = no |
-distinguished_name = req_dn |
- |
-[req_dn] |
-C = US |
-ST = California |
-L = Mountain View |
-O = Test CA |
-CN = 127.0.0.1 |
- |
-[crit-codeSigning] |
-subjectAltName = IP:127.0.0.1 |
-basicConstraints = critical, CA:false |
-subjectKeyIdentifier = hash |
-extendedKeyUsage = critical, codeSigning |
- |
-[non-crit-codeSigning] |
-subjectAltName = IP:127.0.0.1 |
-basicConstraints = critical, CA:false |
-subjectKeyIdentifier = hash |
-extendedKeyUsage = codeSigning |