mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Documentation added for certificate keys
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
This commit is contained in:
parent
29d6c112f3
commit
758d7d21ca
1 changed files with 18 additions and 0 deletions
|
@ -105,6 +105,12 @@ This subcommand has the following additional options:
|
|||
Specifies the bastion port if applicable.
|
||||
* ``--bastion-user=BASTION_USER``
|
||||
Specifies the bastion user if applicable.
|
||||
* ``--ca_trust_file=PATH_TO_CA_TRUST_FILE``
|
||||
Allow remote scans with CA certificates (WinRM).
|
||||
* ``--client_cert=PATH_TO_CLIENT_CERTIFICATE``
|
||||
Allow remote scans with client certificates without a password (WinRM).
|
||||
* ``--client_key=PATH_TO_CLIENT_KEY``
|
||||
Allow remote scans with client certificates where client key is mandatory (WinRM).
|
||||
* ``--config=CONFIG``
|
||||
Read configuration from JSON file (`-` reads from stdin).
|
||||
* ``--docker-url``
|
||||
|
@ -285,6 +291,12 @@ This subcommand has the following additional options:
|
|||
Specifies the bastion port if applicable.
|
||||
* ``--bastion-user=BASTION_USER``
|
||||
Specifies the bastion user if applicable.
|
||||
* ``--ca_trust_file=PATH_TO_CA_TRUST_FILE``
|
||||
Allow remote scans with CA certificates (WinRM).
|
||||
* ``--client_cert=PATH_TO_CLIENT_CERTIFICATE``
|
||||
Allow remote scans with client certificates without a password (WinRM).
|
||||
* ``--client_key=PATH_TO_CLIENT_KEY``
|
||||
Allow remote scans with client certificates where client key is mandatory (WinRM).
|
||||
* ``--command-timeout=SECONDS``
|
||||
Maximum seconds to allow a command to run.
|
||||
* ``--config=CONFIG``
|
||||
|
@ -501,6 +513,12 @@ This subcommand has the following additional options:
|
|||
A single command string to run instead of launching the shell.
|
||||
* ``--command-timeout=SECONDS``
|
||||
Maximum seconds to allow a command to run.
|
||||
* ``--ca_trust_file=PATH_TO_CA_TRUST_FILE``
|
||||
Allow remote scans with CA certificates (WinRM).
|
||||
* ``--client_cert=PATH_TO_CLIENT_CERTIFICATE``
|
||||
Allow remote scans with client certificates without a password (WinRM).
|
||||
* ``--client_key=PATH_TO_CLIENT_KEY``
|
||||
Allow remote scans with client certificates where client key is mandatory (WinRM).
|
||||
* ``--config=CONFIG``
|
||||
Read configuration from JSON file (`-` reads from stdin).
|
||||
* ``--depends=one two three``
|
||||
|
|
Loading…
Reference in a new issue