mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
encryptiong => encryption
This commit is contained in:
parent
9b71482066
commit
e4689f6eb3
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class VulcanoCLI < Thor
|
||||||
option :sudo_options, type: :string, default: '',
|
option :sudo_options, type: :string, default: '',
|
||||||
desc: 'Additional sudo options for a remote scan.'
|
desc: 'Additional sudo options for a remote scan.'
|
||||||
option :ssl, type: :boolean, default: false,
|
option :ssl, type: :boolean, default: false,
|
||||||
desc: 'Use SSL for transport layer encryptiong (WinRM).'
|
desc: 'Use SSL for transport layer encryption (WinRM).'
|
||||||
option :self_signed, type: :boolean, default: false,
|
option :self_signed, type: :boolean, default: false,
|
||||||
desc: 'Allow remote scans with self-signed certificates (WinRM).'
|
desc: 'Allow remote scans with self-signed certificates (WinRM).'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue