Add default 443 port for X509 plugin

This commit is contained in:
fixlair 2015-12-11 10:16:41 +01:00
parent b30c944491
commit 8de243aa99
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ sub new {
$options{options}->add_options(arguments =>
{
"hostname:s" => { name => 'hostname' },
"port:s" => { name => 'port' },
"port:s" => { name => 'port', default => 443 },
"validity-mode:s" => { name => 'validity_mode' },
"warning-date:s" => { name => 'warning' },
"critical-date:s" => { name => 'critical' },