Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
0cd6afde
Unverified
Commit
0cd6afde
authored
Jan 12, 2019
by
shonenada
Browse files
Add guidance to deploying cert to qiniu.com
parent
82b11da4
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/README.md
View file @
0cd6afde
...
...
@@ -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
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment