From aa9a21d69a46d4aaf162920b747c32ea60d87b4a Mon Sep 17 00:00:00 2001 From: Walter Poupore Date: Wed, 25 Oct 2017 16:02:10 -0700 Subject: [PATCH 1/2] Updates READ with minor corrections --- kms/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kms/README.md b/kms/README.md index c970900f5f4..a0ba5dda9e2 100644 --- a/kms/README.md +++ b/kms/README.md @@ -3,7 +3,7 @@ Google [Cloud Key Management Service](https://cloud.google.com/kms/) is a cloud-hosted key management service that lets you manage encryption for your cloud services the same way you do on-premise. You can generate, use, rotate and -destroy AES256 encryption keys. These sample Java applications demonstrate +destroy AES-256 encryption keys. These sample Java applications demonstrate how to access the KMS API using the Google Java API Client Libraries. ## Quickstart @@ -17,7 +17,7 @@ Build your project with: You can run the quickstart with: java -cp target/kms-samples-1.0.0-jar-with-dependencies.jar \ - com.example.Quickstart [your-project-id] + com.example.Quickstart [your-project-id] [your-location] and can see the available snippet commands with: @@ -27,4 +27,4 @@ and can see the available snippet commands with: For example: java -cp target/kms-samples-1.0.0-jar-with-dependencies.jar \ - com.example.Snippets createKeyRing -p myFirstKeyRing + com.example.Snippets createKeyRing -p myFirstKeyRing From 373de60afad0799ef8aa3c7b5740402ada2fdb5e Mon Sep 17 00:00:00 2001 From: Walter Poupore Date: Wed, 25 Oct 2017 16:04:57 -0700 Subject: [PATCH 2/2] Updates READ with minor corrections --- kms/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kms/README.md b/kms/README.md index a0ba5dda9e2..4da327d8930 100644 --- a/kms/README.md +++ b/kms/README.md @@ -27,4 +27,4 @@ and can see the available snippet commands with: For example: java -cp target/kms-samples-1.0.0-jar-with-dependencies.jar \ - com.example.Snippets createKeyRing -p myFirstKeyRing + com.example.Snippets createKeyRing -p [your-project-id] [your-location] myFirstKeyRing