From 94f6d080e957b6d01410b74c6838a2492a63bfbc Mon Sep 17 00:00:00 2001 From: Peter Vandenabeele Date: Fri, 5 Apr 2019 23:23:17 +0200 Subject: [PATCH] Remove unneeded brackets around shell code and add bash syntax highlighting --- docs/04-certificate-authority.md | 48 +++++++------------------------- 1 file changed, 10 insertions(+), 38 deletions(-) diff --git a/docs/04-certificate-authority.md b/docs/04-certificate-authority.md index f8842d9..5a19386 100644 --- a/docs/04-certificate-authority.md +++ b/docs/04-certificate-authority.md @@ -8,9 +8,7 @@ In this section you will provision a Certificate Authority that can be used to g Generate the CA configuration file, certificate, and private key: -``` -{ - +```bash cat > ca-config.json < ca-csr.json < admin-csr.json < ${instance}-csr.json < kube-controller-manager-csr.json < kube-proxy-csr.json < kube-scheduler-csr.json < service-account-csr.json <