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
814bd7cb
Commit
814bd7cb
authored
Oct 03, 2017
by
neil
Committed by
GitHub
Oct 03, 2017
Browse files
Merge pull request #1056 from hebbet/patch-1
unify headlines
parents
5f2d8c01
372f691f
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/README.md
View file @
814bd7cb
...
@@ -4,7 +4,7 @@ Before you can deploy your cert, you must [issue the cert first](https://github.
...
@@ -4,7 +4,7 @@ Before you can deploy your cert, you must [issue the cert first](https://github.
Here are the scripts to deploy the certs/key to the server/services.
Here are the scripts to deploy the certs/key to the server/services.
## 1. Deploy the certs to your cpanel host
.
## 1. Deploy the certs to your cpanel host
If you want to deploy using cpanel UAPI see 7.
If you want to deploy using cpanel UAPI see 7.
...
@@ -20,7 +20,7 @@ export DEPLOY_CPANEL_PASSWORD=PASSWORD
...
@@ -20,7 +20,7 @@ export DEPLOY_CPANEL_PASSWORD=PASSWORD
acme.sh
--deploy
-d
example.com
--deploy-hook
cpanel
acme.sh
--deploy
-d
example.com
--deploy-hook
cpanel
```
```
## 2. Deploy ssl cert on kong proxy engine based on api
.
## 2. Deploy ssl cert on kong proxy engine based on api
Before you can deploy your cert, you must
[
issue the cert first
](
https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert
)
.
Before you can deploy your cert, you must
[
issue the cert first
](
https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert
)
.
Currently supports Kong-v0.10.x.
Currently supports Kong-v0.10.x.
...
@@ -29,11 +29,11 @@ Currently supports Kong-v0.10.x.
...
@@ -29,11 +29,11 @@ Currently supports Kong-v0.10.x.
acme.sh
--deploy
-d
ftp.example.com
--deploy-hook
kong
acme.sh
--deploy
-d
ftp.example.com
--deploy-hook
kong
```
```
## 3. Deploy the cert to remote server through SSH access
.
## 3. Deploy the cert to remote server through SSH access
(TODO)
(TODO)
## 4. Deploy the cert to local vsftpd server
.
## 4. Deploy the cert to local vsftpd server
```
sh
```
sh
acme.sh
--deploy
-d
ftp.example.com
--deploy-hook
vsftpd
acme.sh
--deploy
-d
ftp.example.com
--deploy-hook
vsftpd
...
@@ -55,7 +55,7 @@ export DEPLOY_VSFTPD_RELOAD="/etc/init.d/vsftpd restart"
...
@@ -55,7 +55,7 @@ export DEPLOY_VSFTPD_RELOAD="/etc/init.d/vsftpd restart"
acme.sh
--deploy
-d
ftp.example.com
--deploy-hook
vsftpd
acme.sh
--deploy
-d
ftp.example.com
--deploy-hook
vsftpd
```
```
## 5. Deploy the cert to local exim4 server
.
## 5. Deploy the cert to local exim4 server
```
sh
```
sh
acme.sh
--deploy
-d
ftp.example.com
--deploy-hook
exim4
acme.sh
--deploy
-d
ftp.example.com
--deploy-hook
exim4
...
...
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