From 435a2be2b671ab571c1c64f572be0bbd8619ff85 Mon Sep 17 00:00:00 2001 From: Rikard Gynnerstedt Date: Mon, 26 Jun 2017 18:16:08 +0200 Subject: [PATCH] fixed comments --- deploy/consul.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/deploy/consul.sh b/deploy/consul.sh index 26749ab7..1cb356d8 100644 --- a/deploy/consul.sh +++ b/deploy/consul.sh @@ -1,10 +1,8 @@ #!/bin/bash -#Here is a sample custom api script. -#This file name is "myapi.sh" -#So, here must be a method myapi_deploy() -#Which will be called by acme.sh to deploy the cert -#returns 0 means success, otherwise error. +#Here is the script to deploy the cert to your consul key/value store. +#export DEPLOY_CONSUL_URL=http://localhost:8500/v1/kv +#export DEPLOY_CONSUL_ROOT_KEY=acme ######## Public functions #####################