-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jamescott
committed
Apr 4, 2014
1 parent
c914b97
commit 204a52d
Showing
83 changed files
with
3,368 additions
and
1,792 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
===================================================== | ||
knife ssl check | ||
===================================================== | ||
|
||
.. include:: ../../release_chef_11-12/includes_knife_ssl_check.rst | ||
|
||
**Syntax** | ||
|
||
.. include:: ../../release_chef_11-12/includes_knife_ssl_check_syntax.rst | ||
|
||
**Options** | ||
|
||
.. include:: ../../includes_knife_manpage_options/includes_knife_ssl_check_options.rst | ||
|
||
**Examples** | ||
|
||
The following examples show how to use this |knife| subcommand: | ||
|
||
**Verify the SSL configuration for the Chef server** | ||
|
||
.. code-block:: bash | ||
|
||
$ knife ssl check | ||
|
||
**Verify the SSL configuration for the chef-client** | ||
|
||
.. code-block:: bash | ||
|
||
$ knife ssl check -c /etc/chef/client.rb | ||
|
||
**Verify an external server's SSL certificate** | ||
|
||
.. code-block:: bash | ||
|
||
$ knife ssl check URL_or_URI | ||
|
||
for example: | ||
|
||
.. code-block:: bash | ||
|
||
$ knife ssl check https://www.getchef.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
===================================================== | ||
knife ssl fetch | ||
===================================================== | ||
|
||
.. include:: ../../release_chef_11-12/includes_knife_ssl_fetch.rst | ||
|
||
**Syntax** | ||
|
||
.. include:: ../../release_chef_11-12/includes_knife_ssl_fetch_syntax.rst | ||
|
||
**Options** | ||
|
||
.. include:: ../../includes_knife_manpage_options/includes_knife_ssl_fetch_options.rst | ||
|
||
**Examples** | ||
|
||
The following examples show how to use this |knife| subcommand: | ||
|
||
**Fetch the SSL certificates used by Knife from the Chef server** | ||
|
||
.. code-block:: bash | ||
|
||
$ knife ssl fetch | ||
|
||
**Fetch the SSL certificates used by the chef-client from the Chef server** | ||
|
||
.. code-block:: bash | ||
|
||
$ knife ssl fetch -c /etc/chef/client.rb | ||
|
||
**Fetch SSL certificates from a URL or URI** | ||
|
||
.. code-block:: bash | ||
|
||
$ knife ssl fetch URL_or_URI | ||
|
||
for example: | ||
|
||
.. code-block:: bash | ||
|
||
$ knife ssl fetch https://www.getchef.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.