We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1759621 commit 272c5bcCopy full SHA for 272c5bc
msfdb_ws
@@ -70,7 +70,7 @@ end
70
71
begin
72
opts = parse_args(ARGV)
73
- raise SwitchError.new("certificate file and key file must be specified when using -s") if opts[:ssl] && (opts[:ssl_key].nil? || opts[:ssl_cert].nil?)
+ raise SwitchError.new("certificate file must be specified when using -s") if opts[:ssl] && (opts[:ssl_cert].nil?)
74
HttpDBManagerService.new.start(:Port => opts[:port],
75
:Host => opts[:interface],
76
:ssl => opts[:ssl],
0 commit comments