From 5b9a172378d1189cf9b74d99e162edcdaf7a4f5b Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Thu, 7 Jul 2016 14:10:49 -0700 Subject: [PATCH] update docs --- docs/certificate-authority.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/certificate-authority.md b/docs/certificate-authority.md index 8ce9266..55241e5 100644 --- a/docs/certificate-authority.md +++ b/docs/certificate-authority.md @@ -91,6 +91,8 @@ openssl x509 -in ca.pem -text -noout In this section we will generate a TLS certificate that will be valid for all Kubernetes components. This is being done for ease of use. In production you should strongly consider generating individual TLS certificates for each component. +> Notice the list of hosts includes the Kubernetes Public IP Address 104.197.132.159 + ``` echo '{ "CN": "kubernetes", @@ -104,7 +106,7 @@ echo '{ "10.240.0.30", "10.240.0.31", "10.240.0.32", - "146.148.34.151", + "104.197.132.159", "127.0.0.1" ], "key": {