Skip to content

Commit

Permalink
doc: fix typo in Docker README
Browse files Browse the repository at this point in the history
  • Loading branch information
swalchemist committed Jan 13, 2024
1 parent 41b44c8 commit 3abf2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Docker_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ For UAA, you can target CredHub's hosted **DEVELOPMENT** UAA.

`credhub login -s https://localhost:9000 -u credhub -p password --ca-cert /tmp/certs/server_ca_cert.pem --ca-cert /tmp/certs/dev_uaa.pem`

However, we recommend you bring yor own UAA! To specify your own UAA pem just change out the path.
However, we recommend you bring your own UAA! To specify your own UAA pem just change out the path.

`credhub login -s https://localhost:9000 -u credhub -p password --ca-cert /tmp/certs/server_ca_cert.pem --ca-cert /PATH/TO/YOUR/uaa.pem`

0 comments on commit 3abf2d6

Please sign in to comment.