File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1247,11 +1247,11 @@ def self.initialize_default_settings!(settings)
12471247 :hostcert_renewal_interval => {
12481248 :default => "30d" ,
12491249 :type => :duration ,
1250- :desc => "How often the Puppet agent refreshes its client certificate.
1251- By default the client certificate is refreshed once every 30 days. If
1252- a different duration is specified, then the agent will refresh its
1253- client certificate whenever it next runs and the elapsed time since the
1254- client certificate was last refreshed exceeds the duration.
1250+ :desc => "When the Puppet agent refreshes its client certificate.
1251+ By default the client certificate will refresh 30 days before the certificate
1252+ expires. If a different duration is specified, then the agent will refresh its
1253+ client certificate whenever it next runs and if the client certificate expires
1254+ within the duration specified .
12551255
12561256 In general, the duration should be greater than the `runinterval`.
12571257 Setting it to 0 will disable automatic renewal.
You can’t perform that action at this time.
0 commit comments