Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fivesmallq committed Dec 10, 2018
1 parent 7f5e036 commit 903ba9b
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# acme-qingcloud-lb
set and renew ssl keys to qingcloud lb with acme
set and renew ssl keys to qingcloud loadbalance with [acme.sh](https://github.com/Neilpang/acme.sh)
## Install

1. acme.sh and qingcloud-cli

```sh
curl https://get.acme.sh | sh
sudo pip install qingcloud-cli
```
2. jq

Linux:

```sh
JQ=/usr/bin/jq
curl https://stedolan.github.io/jq/download/linux64/jq > $JQ && chmod +x $JQ
ls -la $JQ
```

Mac:
```sh
brew install jq
```


## Config

Expand Down

0 comments on commit 903ba9b

Please sign in to comment.