Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
updating the internal ssl scenario docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jefferson committed Sep 7, 2020
1 parent 352d8de commit 93c7106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment-scenarios/cluster-internal-ssl/instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ with Neo4j + Helm.

Step 1: Create custom ConfigMap.

kubectl apply -f deployment-scenarios/internal-ssl/cluster-internal-ssl-configmap.yaml
kubectl apply -f deployment-scenarios/cluster-internal-ssl/cluster-internal-ssl-configmap.yaml

Step 2: Create ssl certificate ConfigMaps and key Secret.

This directory is populated with some example keys and certificates. You must use your own securely generated keys and certificates.

However if you want to use the example credentials FOR TESTING PURPOSES ONLY then you can install them using you can install using:
kubectl apply -f deployment-scenarios/internal-ssl/cluster-internal-ssl-files.yaml
kubectl apply -f deployment-scenarios/cluster-internal-ssl/cluster-internal-ssl-files.yaml

Step 3: Install a Neo4j cluster using the provided parameters.

helm install cluster-internal-ssl-example -f deployment-scenarios/internal-ssl/cluster-internal-ssl.yaml .
helm install cluster-internal-ssl-example -f deployment-scenarios/cluster-internal-ssl/cluster-internal-ssl.yaml .

0 comments on commit 93c7106

Please sign in to comment.