summaryrefslogtreecommitdiff
path: root/distro/common/html/_sources/knife_ssl_check.txt
diff options
context:
space:
mode:
Diffstat (limited to 'distro/common/html/_sources/knife_ssl_check.txt')
-rw-r--r--distro/common/html/_sources/knife_ssl_check.txt41
1 files changed, 0 insertions, 41 deletions
diff --git a/distro/common/html/_sources/knife_ssl_check.txt b/distro/common/html/_sources/knife_ssl_check.txt
deleted file mode 100644
index 76ce4c6cfd..0000000000
--- a/distro/common/html/_sources/knife_ssl_check.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-=====================================================
-knife ssl check
-=====================================================
-
-.. include:: ../../includes_knife/includes_knife_ssl_check.rst
-
-**Syntax**
-
-.. include:: ../../includes_knife/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