summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-15 17:16:37 -0700
committerJohn McCrae <jmccrae@chef.io>2021-04-20 12:00:29 -0700
commitda08f1fb4aea4cdc66047363883bfbfe723639fb (patch)
treed086411657b780ad75614422e1cef52f664fc94e
parentb73b775d5c52365b49796e3b6056558db3c68a42 (diff)
downloadchef-da08f1fb4aea4cdc66047363883bfbfe723639fb.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."