mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-08 22:12:44 +00:00
fixed comments
This commit is contained in:
parent
01076a278a
commit
435a2be2b6
@ -1,10 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#Here is a sample custom api script.
|
#Here is the script to deploy the cert to your consul key/value store.
|
||||||
#This file name is "myapi.sh"
|
#export DEPLOY_CONSUL_URL=http://localhost:8500/v1/kv
|
||||||
#So, here must be a method myapi_deploy()
|
#export DEPLOY_CONSUL_ROOT_KEY=acme
|
||||||
#Which will be called by acme.sh to deploy the cert
|
|
||||||
#returns 0 means success, otherwise error.
|
|
||||||
|
|
||||||
######## Public functions #####################
|
######## Public functions #####################
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user