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
a4964b90
Commit
a4964b90
authored
Feb 01, 2018
by
Felix Wolfsteller
Browse files
Add Readme-section about cert removal (#1137)
parent
40e2ec3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a4964b90
...
@@ -409,7 +409,18 @@ acme.sh --renew -d example.com --force --ecc
...
@@ -409,7 +409,18 @@ acme.sh --renew -d example.com --force --ecc
```
```
# 12. How to upgrade `acme.sh`
# 12. How to stop cert renewal
To stop renewal of a cert, you can execute:
```
acme.sh --remove -d example.com [--ecc]
```
or remove the respective directory (e.g.
`~/.acme.sh/example.com`
).
# 13. How to upgrade `acme.sh`
acme.sh is in constant development, so it's strongly recommended to use the latest code.
acme.sh is in constant development, so it's strongly recommended to use the latest code.
...
@@ -434,26 +445,26 @@ acme.sh --upgrade --auto-upgrade 0
...
@@ -434,26 +445,26 @@ acme.sh --upgrade --auto-upgrade 0
```
```
# 1
3
. Issue a cert from an existing CSR
# 1
4
. Issue a cert from an existing CSR
https://github.com/Neilpang/acme.sh/wiki/Issue-a-cert-from-existing-CSR
https://github.com/Neilpang/acme.sh/wiki/Issue-a-cert-from-existing-CSR
# 1
4
. Under the Hood
# 1
5
. Under the Hood
Speak ACME language using shell, directly to "Let's Encrypt".
Speak ACME language using shell, directly to "Let's Encrypt".
TODO:
TODO:
# 1
5
. Acknowledgments
# 1
6
. Acknowledgments
1.
Acme-tiny: https://github.com/diafygi/acme-tiny
1.
Acme-tiny: https://github.com/diafygi/acme-tiny
2.
ACME protocol: https://github.com/ietf-wg-acme/acme
2.
ACME protocol: https://github.com/ietf-wg-acme/acme
3.
Certbot: https://github.com/certbot/certbot
3.
Certbot: https://github.com/certbot/certbot
# 1
6
. License & Others
# 1
7
. License & Others
License is GPLv3
License is GPLv3
...
@@ -462,7 +473,7 @@ Please Star and Fork me.
...
@@ -462,7 +473,7 @@ Please Star and Fork me.
[
Issues
](
https://github.com/Neilpang/acme.sh/issues
)
and
[
pull requests
](
https://github.com/Neilpang/acme.sh/pulls
)
are welcome.
[
Issues
](
https://github.com/Neilpang/acme.sh/issues
)
and
[
pull requests
](
https://github.com/Neilpang/acme.sh/pulls
)
are welcome.
# 1
7
. Donate
# 1
8
. Donate
Your donation makes
**acme.sh**
better:
Your donation makes
**acme.sh**
better:
1.
PayPal/Alipay(支付宝)/Wechat(微信):
[
https://donate.acme.sh/
](
https://donate.acme.sh/
)
1.
PayPal/Alipay(支付宝)/Wechat(微信):
[
https://donate.acme.sh/
](
https://donate.acme.sh/
)
...
...
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