From 3478bbb09ab15c306a9107dd41e87879adad2938 Mon Sep 17 00:00:00 2001 From: Umesh Yadav Date: Wed, 8 Nov 2017 22:48:22 +0530 Subject: [PATCH] Added CFSSL explaination (#6232) --- docs/tasks/tls/managing-tls-in-a-cluster.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tasks/tls/managing-tls-in-a-cluster.md b/docs/tasks/tls/managing-tls-in-a-cluster.md index 30299af8c4..513a5e011a 100644 --- a/docs/tasks/tls/managing-tls-in-a-cluster.md +++ b/docs/tasks/tls/managing-tls-in-a-cluster.md @@ -40,6 +40,9 @@ build a configmap containing the certificate bundle that you have access to use. The following section demonstrates how to create a TLS certificate for a Kubernetes service accessed through DNS. +**Note:** This tutorial uses CFSSL: Cloudflare's PKI and TLS toolkit [click here](https://blog.cloudflare.com/introducing-cfssl/) to know more. +{: .note} + ### Step 0. Download and install CFSSL The cfssl tools used in this example can be downloaded at