|
36 | 36 | # Email for registration account. Defaults to undef
|
37 | 37 | # [*domain_check_remote*]
|
38 | 38 | # BOOL checks if certificate is available and online. Defaults to global configuration.
|
| 39 | +# [*domain_check_remote_wait*] |
| 40 | +# Seconds to wait after executing reload_command before checking remote certificate. |
39 | 41 | # [*domain_reload_command*]
|
40 | 42 | # Set command to reload e.g Webserver. Defaults to Global Command
|
41 | 43 | # [*domain_renew_allow*]
|
|
77 | 79 | $domain_account_key_length = $getssl::params::domain_account_key_length,
|
78 | 80 | $domain_account_mail = $getssl::params::domain_account_mail,
|
79 | 81 | $domain_check_remote = $getssl::params::domain_check_remote,
|
| 82 | + $domain_check_remote_wait = $getssl::params::domain_check_remote_wait, |
80 | 83 | $domain_reload_command = $getssl::params::domain_reload_command,
|
81 | 84 | $domain_renew_allow = $getssl::params::domain_renew_allow,
|
82 | 85 | $domain_server_type = $getssl::params::domain_server_type,
|
|
180 | 183 | 'domain_cert_location' => $domain_cert_location,
|
181 | 184 | 'domain_chain_location' => $domain_chain_location,
|
182 | 185 | 'domain_check_remote' => $domain_check_remote,
|
| 186 | + 'domain_check_remote_wait' => $domain_check_remote_wait, |
183 | 187 | 'domain_key_cert_location' => $domain_key_cert_location,
|
184 | 188 | 'domain_key_location' => $domain_key_location,
|
185 | 189 | 'domain_pem_location' => $domain_pem_location,
|
|
0 commit comments