summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_ec_public_key.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-26 11:55:39 -0700
committerTim Smith <tsmith@chef.io>2018-10-30 16:18:46 -0700
commitf67d152a8bd569d2aac5b034962a7982d2ba5b26 (patch)
treee3684cd50bd775524a297e27d866db22877ce0c5 /lib/chef/resource/openssl_ec_public_key.rb
parentdac0b235fbf912899373c2361d2e3d594b1e0d70 (diff)
downloadchef-f67d152a8bd569d2aac5b034962a7982d2ba5b26.tar.gz
Update description fields from the docs site
Minor syncs from the docs site. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/openssl_ec_public_key.rb')
-rw-r--r--lib/chef/resource/openssl_ec_public_key.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/openssl_ec_public_key.rb b/lib/chef/resource/openssl_ec_public_key.rb
index 9b1ded4043..d6900c1ad4 100644
--- a/lib/chef/resource/openssl_ec_public_key.rb
+++ b/lib/chef/resource/openssl_ec_public_key.rb
@@ -27,7 +27,7 @@ class Chef
preview_resource true
resource_name :openssl_ec_public_key
- description "Use the openssl_ec_public_key resource to generate elliptic curve (EC) public key files given a private key."
+ description "Use the openssl_ec_public_key resource to generate elliptic curve (EC) public key files from a given EC private key."
introduced "14.4"
property :path, String,
@@ -38,7 +38,7 @@ class Chef
description: "The path to the private key file."
property :private_key_content, String,
- description: "The content of the private key including new lines. This property is used in place of private_key_path to avoid having to first write a key to disk."
+ description: "The content of the private key including new lines. This property is used in place of private_key_path in instances where you want to avoid having to first write the private key to disk"
property :private_key_pass, String,
description: "The passphrase of the provided private key."