mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-26 15:02:03 +00:00
Update README.md
This commit is contained in:
parent
b19ba13aff
commit
150e9c8a48
10
README.md
10
README.md
@ -133,9 +133,9 @@ The issued cert will be renewed every 80 days automatically.
|
|||||||
More examples: https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert
|
More examples: https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert
|
||||||
|
|
||||||
|
|
||||||
# 3. Install issued cert to apache/nginx etc.
|
# 3. Install the issued cert to apache/nginx etc.
|
||||||
|
|
||||||
After you issue a cert, you probably want to install the cert with your nginx/apache or other servers you may be using.
|
After you issue a cert, you probably want to install/copy the cert to your nginx/apache or other servers you may be using.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
acme.sh --installcert -d aa.com \
|
acme.sh --installcert -d aa.com \
|
||||||
@ -148,7 +148,7 @@ acme.sh --installcert -d aa.com \
|
|||||||
|
|
||||||
Only the domain is required, all the other parameters are optional.
|
Only the domain is required, all the other parameters are optional.
|
||||||
|
|
||||||
Install the issued cert/key to the production apache or nginx path.
|
Install/copy the issued cert/key to the production apache or nginx path.
|
||||||
|
|
||||||
The cert will be `renewed every 80 days by default` (which is configurable). Once the cert is renewed, the apache/nginx will be automatically reloaded by the command: `service apache2 reload` or `service nginx reload`.
|
The cert will be `renewed every 80 days by default` (which is configurable). Once the cert is renewed, the apache/nginx will be automatically reloaded by the command: `service apache2 reload` or `service nginx reload`.
|
||||||
|
|
||||||
@ -302,7 +302,7 @@ You can update acme.sh to the latest code:
|
|||||||
acme.sh --upgrade
|
acme.sh --upgrade
|
||||||
```
|
```
|
||||||
|
|
||||||
# 12. Issue a cert from existing CSR
|
# 12. 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
|
||||||
|
|
||||||
@ -318,7 +318,7 @@ TODO:
|
|||||||
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
|
||||||
|
|
||||||
# License & Other
|
# License & Others
|
||||||
|
|
||||||
License is GPLv3
|
License is GPLv3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user