summaryrefslogtreecommitdiffstats
path: root/cfg/nexus_cert.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'cfg/nexus_cert.cnf')
-rw-r--r--cfg/nexus_cert.cnf33
1 files changed, 0 insertions, 33 deletions
diff --git a/cfg/nexus_cert.cnf b/cfg/nexus_cert.cnf
deleted file mode 100644
index ab8d5477..00000000
--- a/cfg/nexus_cert.cnf
+++ /dev/null
@@ -1,33 +0,0 @@
-[ req ]
-default_bits = 4096
-default_keyfile = server-key.pem
-distinguished_name = dn
-#req_extensions = v3_req
-x509_extensions = v3_req
-string_mask = utf8only
-prompt = no
-default_md = sha256
-
-[ dn ]
-
-countryName = PL
-localityName = Krakow
-organizationName = Samsung
-commonName = registry-1.docker.io
-#emailAddress
-
-[ v3_req ]
-
-#subjectKeyIdentifier = hash
-#authorityKeyIdentifier = keyid,issuer
-
-basicConstraints = CA:FALSE
-keyUsage = critical, keyAgreement, nonRepudiation, digitalSignature, keyEncipherment
-extendedKeyUsage = serverAuth
-# does not work here because of bug in openssl
-#subjectAltName = @alternate_names
-nsComment = "OpenSSL Generated Certificate"
-
-#[ alternate_names ]
-
-#DNS.4 = ftp.example.com