Skip to content

Commit

Permalink
update man pages for 11-12
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescott committed Apr 4, 2014
1 parent c914b97 commit 204a52d
Show file tree
Hide file tree
Showing 83 changed files with 3,368 additions and 1,792 deletions.
6 changes: 6 additions & 0 deletions distro/common/html/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ The following sections describe functionality common to all |knife| subcommands:
- .. include:: ../../includes_knife/includes_knife_show.rst
* - :doc:`knife_ssh`
- .. include:: ../../includes_knife/includes_knife_ssh.rst
* - :doc:`knife_ssl_check`
- .. include:: ../../release_chef_11-12/includes_knife_ssl_check.rst
* - :doc:`knife_ssl_fetch`
- .. include:: ../../release_chef_11-12/includes_knife_ssl_fetch.rst
* - :doc:`knife_status`
- .. include:: ../../includes_knife/includes_knife_status.rst
* - :doc:`knife_tag`
Expand Down Expand Up @@ -116,6 +120,8 @@ The following sections describe functionality common to all |knife| subcommands:
knife_search
knife_show
knife_ssh
knife_ssl_check
knife_ssl_fetch
knife_status
knife_tag
knife_upload
Expand Down
41 changes: 41 additions & 0 deletions distro/common/html/_sources/knife_ssl_check.txt
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
41 changes: 41 additions & 0 deletions distro/common/html/_sources/knife_ssl_fetch.txt
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
7 changes: 2 additions & 5 deletions distro/common/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -89,6 +89,7 @@ div.sphinxsidebar #searchbox input[type="submit"] {

img {
border: 0;
max-width: 100%;
}

/* -- search page ----------------------------------------------------------- */
Expand Down Expand Up @@ -401,10 +402,6 @@ dl.glossary dt {
margin: 0;
}

.refcount {
color: #060;
}

.optional {
font-size: 1.3em;
}
Expand Down
Loading

0 comments on commit 204a52d

Please sign in to comment.