aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceK8sExternalProvider/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'certServiceK8sExternalProvider/README.md')
-rw-r--r--certServiceK8sExternalProvider/README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/certServiceK8sExternalProvider/README.md b/certServiceK8sExternalProvider/README.md
index 57ca5930..3fc00f90 100644
--- a/certServiceK8sExternalProvider/README.md
+++ b/certServiceK8sExternalProvider/README.md
@@ -9,13 +9,21 @@ There are two methods for building the project:
### Installation
+Create secret with certificates for communication between CMPv2Issuer and Cert Service API:
+```
+kubectl create secret generic -n onap cmpv2-issuer-secret --from-file=<project-base-dir>/certs/cmpv2Issuer-key.pem
+ --from-file=<project-base-dir>/certs/cmpv2Issuer-cert.pem --from-file=<project-base-dir>/certs/cacert.pem
+```
+
Apply k8s files from 'deploy' directory in following order:
- crd.yaml
- roles.yaml
- deployment.yaml
- - configuration.yaml
+ - configuration.yaml (certRef, keyRef and cacertRef should match file names if secret was created with command listed
+ above)
+**Note:** Files and installation are currently examples, which should be used as a guide for OOM Helm Charts implementation
### Usage