summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/resource/openssl_x509_certificate.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/resource/openssl_x509_certificate.rb b/lib/chef/resource/openssl_x509_certificate.rb
index 16dc8dff04..27677971a3 100644
--- a/lib/chef/resource/openssl_x509_certificate.rb
+++ b/lib/chef/resource/openssl_x509_certificate.rb
@@ -110,7 +110,8 @@ class Chef
description: "The passphrase for CA private key's passphrase."
property :renew_before_expiry, Integer,
- description: "The number of days before the expiry. The certificate will be automaticaly renewed when the value is reached."
+ description: "The number of days before the expiry. The certificate will be automaticaly renewed when the value is reached.",
+ introduced: "15.7"
action :create do
description "Generate a certificate"