Skip to content

Commit

Permalink
update readme with a representative KMS key path string
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Oct 16, 2018
1 parent aff9442 commit 9cd6f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ authenticated.
vault write \
pki/root/generate/internal \
common_name=rootCA \
google_cloud_kms_key="$KMS_KEY_PATH_SPEC" \
google_cloud_kms_key="projects/my-project/locations/us-west1/keyRings/my-keyring/cryptoKeys/root-ca/cryptoKeyVersions/1" \
[email protected]
```
Expand All @@ -65,7 +65,7 @@ authenticated.
vault write \
pki/intermediate/generate/internal \
common_name=intCA \
google_cms_key="$KMS_KEY_PATH_SPEC" \
google_cloud_kms_key="projects/my-project/locations/us-west1/keyRings/my-keyring/cryptoKeys/root-ca/cryptoKeyVersions/1" \
[email protected]
```
Expand Down

0 comments on commit 9cd6f71

Please sign in to comment.