Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions incorrect for "Add the Vault Docker lab Certificate Authority certificate to your operating system trust store." #1

Open
hashimara opened this issue Sep 19, 2024 · 0 comments

Comments

@hashimara
Copy link

Someone incorrectly did a find-and-replace in the example commands for adding the Vault Docker lab Certificate Authority certificate. This mistake is replicated across all examples under step #3. The container directory name is incorrect. It currently reads "Vault Docker lab_node_1" when it should read "vdl_node_1". So, for the macOS example, the following command doesn't work and will lead to launch failure:

sudo security add-trusted-cert -d -r trustAsRoot
-k /Library/Keychains/System.keychain
./containers/Vault Docker lab_node_1/certs/vault_docker_lab_ca.pem

Instead, it should read--

sudo security add-trusted-cert -d -r trustAsRoot
-k /Library/Keychains/System.keychain
./containers/vdl_node_1/certs/vault_docker_lab_ca.pem

Please make the corrections in README across all OS examples in step #3, so that new users of this repo can successfully launch clusters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant