diff --git a/templates/ca/csr-root-ca.json b/templates/ca/csr-root-ca.json deleted file mode 100644 index e716a3691..000000000 --- a/templates/ca/csr-root-ca.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "CN": "{{.Prefix}} Root CA", - "key": { - "algo": "rsa", - "size": 2048 - }, - "names": [{ - "C": "BE", - "L": "Antwerp", - "O": "Nokia", - "OU": "Container lab" - }], - "ca": { - "expiry": "262800h" - } -} \ No newline at end of file diff --git a/templates/ca/csr.json b/templates/ca/csr.json deleted file mode 100644 index a2f6ca3b2..000000000 --- a/templates/ca/csr.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "CN": "{{.Name}}.{{.Prefix}}.io", - "key": { - "algo": "rsa", - "size": 2048 - }, - "names": [{ - "C": "BE", - "L": "Antwerp", - "O": "Nokia", - "OU": "Container lab" - }], - "hosts": [ - "{{.Name}}", - "{{.LongName}}", - "{{.Fqdn}}" - ] -} -