diff options
author | Julien Huon <julien@huon.email> | 2020-01-14 20:13:42 +0100 |
---|---|---|
committer | Julien Huon <julien@huon.email> | 2020-01-14 20:14:39 +0100 |
commit | 701f0b860240a7f31c8d343e59909b88477b074b (patch) | |
tree | 5707bbc73ccbc1c7c5b1769806786ee43eafe3e8 /lib | |
parent | a8cf453d0601908a10d775499a7a04d79998ae52 (diff) | |
download | chef-701f0b860240a7f31c8d343e59909b88477b074b.tar.gz |
Adds introduced to the property renew_before_expiry
Signed-off-by: Julien Huon <julien@huon.email>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/resource/openssl_x509_certificate.rb | 3 |
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" |