summaryrefslogtreecommitdiff
path: root/distro/common/html/_sources
diff options
context:
space:
mode:
authorjamescott <jamescott@opscode.com>2014-04-04 10:05:26 -0700
committerjamescott <jamescott@opscode.com>2014-04-04 10:05:31 -0700
commit204a52df8689fdc6e15d5bcc313fe079f9b775f9 (patch)
tree01212a1bb62b229bd25e8253ad49f5f966acd58e /distro/common/html/_sources
parentc914b9740781da98543e9b7dc345f5763bbee8d6 (diff)
downloadchef-204a52df8689fdc6e15d5bcc313fe079f9b775f9.tar.gz
update man pages for 11-12
Diffstat (limited to 'distro/common/html/_sources')
-rw-r--r--distro/common/html/_sources/index.txt6
-rw-r--r--distro/common/html/_sources/knife_ssl_check.txt41
-rw-r--r--distro/common/html/_sources/knife_ssl_fetch.txt41
3 files changed, 88 insertions, 0 deletions
diff --git a/distro/common/html/_sources/index.txt b/distro/common/html/_sources/index.txt
index 1600827541..22df17ca20 100644
--- a/distro/common/html/_sources/index.txt
+++ b/distro/common/html/_sources/index.txt
@@ -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`
@@ -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
diff --git a/distro/common/html/_sources/knife_ssl_check.txt b/distro/common/html/_sources/knife_ssl_check.txt
new file mode 100644
index 0000000000..1064d82e85
--- /dev/null
+++ b/distro/common/html/_sources/knife_ssl_check.txt
@@ -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
diff --git a/distro/common/html/_sources/knife_ssl_fetch.txt b/distro/common/html/_sources/knife_ssl_fetch.txt
new file mode 100644
index 0000000000..c3a5e73409
--- /dev/null
+++ b/distro/common/html/_sources/knife_ssl_fetch.txt
@@ -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