Add virtual multi-cluster example site
[icn.git] / deploy / site / secrets / certs / root-ca.conf
diff --git a/deploy/site/secrets/certs/root-ca.conf b/deploy/site/secrets/certs/root-ca.conf
new file mode 100644 (file)
index 0000000..53b69b5
--- /dev/null
@@ -0,0 +1,16 @@
+[ req ]
+encrypt_key = no
+prompt = no
+utf8 = yes
+default_md = sha256
+default_bits = 4096
+req_extensions = req_ext
+x509_extensions = req_ext
+distinguished_name = req_dn
+[ req_ext ]
+subjectKeyIdentifier = hash
+basicConstraints = critical, CA:true
+keyUsage = critical, digitalSignature, nonRepudiation, keyEncipherment, keyCertSign
+[ req_dn ]
+O = project-emco.io
+CN = Root CA