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