From daa2d76006cbb4572f988d1627d6b9f1f04f9e46 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 4 May 2016 13:08:03 -0600 Subject: [PATCH] Update create-certs file location The create-certs function was moved to cluster/common.sh and is no longer located in cluster/gce/util.sh --- docs/getting-started-guides/scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/scratch.md b/docs/getting-started-guides/scratch.md index a6efc189ae..006e5d45b7 100644 --- a/docs/getting-started-guides/scratch.md +++ b/docs/getting-started-guides/scratch.md @@ -210,7 +210,7 @@ You need to prepare several certs: Unless you plan to have a real CA generate your certs, you will need to generate a root cert and use that to sign the master, kubelet, and kubectl certs. -- see function `create-certs` in `cluster/gce/util.sh` +- see function `create-certs` in `cluster/common.sh` - see also `cluster/saltbase/salt/generate-cert/make-ca-cert.sh` and `cluster/saltbase/salt/generate-cert/make-cert.sh`