Browse Source
Add guidance to deploying cert to qiniu.com
pull/2027/head
shonenada
6 years ago
No known key found for this signature in database
GPG Key ID: 76A1B4666B0495CB
1 changed files with
16 additions and
0 deletions
-
deploy/README.md
|
|
@ -332,3 +332,19 @@ variable to anything (ex: "1") before running `acme.sh`: |
|
|
|
```sh |
|
|
|
export FABIO="1" |
|
|
|
``` |
|
|
|
|
|
|
|
## 13. Deploy your certificate to Qiniu.com |
|
|
|
|
|
|
|
You should create AccessKey/SecretKey pair in https://portal.qiniu.com/user/key before deploying |
|
|
|
your certificate. |
|
|
|
|
|
|
|
```sh |
|
|
|
$ export QINIU_AK="foo" |
|
|
|
$ export QINIU_SK="bar" |
|
|
|
``` |
|
|
|
|
|
|
|
then you can deploy certificate by following command: |
|
|
|
|
|
|
|
```sh |
|
|
|
$ acme.sh --deploy -d example.com --deploy-hook qiniu |
|
|
|
``` |