diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-13 16:02:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-13 16:02:27 +0000 |
commit | 9da32fdfc691e4f5df8f26607c5665b7a5063199 (patch) | |
tree | 2969e8dca7b06cd1d571f422e8fabfabe9ba7fcb /onap-offline/cfg/v3.ext | |
parent | 1359ae6401357c9381c0f0e0cf997a48fb8272d2 (diff) | |
parent | b61f538e0c907ab84501bda27ea62cc1bfcbe369 (diff) |
Merge "Propagate rootCA to policy pods"3.0.1-ONAP3.0.0-ONAPcasablanca
Diffstat (limited to 'onap-offline/cfg/v3.ext')
-rw-r--r-- | onap-offline/cfg/v3.ext | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/onap-offline/cfg/v3.ext b/onap-offline/cfg/v3.ext new file mode 100644 index 0000000..b4a6e43 --- /dev/null +++ b/onap-offline/cfg/v3.ext @@ -0,0 +1,24 @@ +authorityKeyIdentifier=keyid,issuer +basicConstraints=CA:FALSE +keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment +subjectAltName = @alt_names + +[alt_names] +DNS.1 = nexus.student12 +DNS.2 = gcr.io +DNS.3 = git.rancher.io +DNS.4 = gerrit.onap.org +DNS.5 = registry-1.docker.io +DNS.6 = docker.io +DNS.7 = registry.npmjs.org +DNS.8 = nexus3.onap.org +DNS.9 = nexus.onap.org +DNS.10 = docker.elastic.co +DNS.11 = www.getcloudify.org +DNS.12 = registry.hub.docker.com +DNS.13 = github.com +DNS.14 = repo.maven.apache.org +DNS.15 = www.springframework.org +DNS.16 = repo1.maven.org +DNS.17 = git.onap.org + |