From 3469ca7ea35fcf28e8269b288993ff490aa34333 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Tue, 25 Oct 2016 11:41:19 -0700 Subject: [PATCH] Fix syntax highlighting for ucp/configuration --- ucp/configuration/use-externally-signed-certs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucp/configuration/use-externally-signed-certs.md b/ucp/configuration/use-externally-signed-certs.md index 8ffb184bd7..ff1d7724a5 100644 --- a/ucp/configuration/use-externally-signed-certs.md +++ b/ucp/configuration/use-externally-signed-certs.md @@ -38,7 +38,7 @@ To replace the server certificates used by UCP, for each controller node: 1. Login into the node with ssh. 2. In the directory where you have the keys and certificates to use, run: - ```bash + ```none # Create a container that attaches to the same volume where certificates are stored $ docker create --name replace-certs -v ucp-controller-server-certs:/data busybox