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)
1247
1247
:hostcert_renewal_interval => {
1248
1248
:default => "30d" ,
1249
1249
: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 .
1255
1255
1256
1256
In general, the duration should be greater than the `runinterval`.
1257
1257
Setting it to 0 will disable automatic renewal.
You can’t perform that action at this time.
0 commit comments