summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-15 17:16:37 -0700
committerGitHub <noreply@github.com>2021-04-15 17:16:37 -0700
commit6b69c8cc9ea308a8cad6de0f3696dc815ac3ab2e (patch)
treeb2c68f2bfec59557cd9bdc520cbdb863f6c6d0a2
parent1226c9eea1144833e9642147268a6af98acc7767 (diff)
downloadchef-6b69c8cc9ea308a8cad6de0f3696dc815ac3ab2e.tar.gz
Update lib/chef/resource/windows_certificate.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--lib/chef/resource/windows_certificate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_certificate.rb b/lib/chef/resource/windows_certificate.rb
index a4c9b5f87e..9afbc4b8b5 100644
--- a/lib/chef/resource/windows_certificate.rb
+++ b/lib/chef/resource/windows_certificate.rb
@@ -67,7 +67,7 @@ class Chef
name_property: true
property :pfx_password, String,
- description: "The password to access the object with if it is a pfx file."
+ description: "The password to access the object with if it is a PFX file."
property :private_key_acl, Array,
description: "An array of 'domain\\account' entries to be granted read-only access to the certificate's private key. Not idempotent."