Browse Source

Update README.md

Remove manual ACMEv1 -> ACMEv2 upgrade information
pull/581/head
Tim Kimber 6 years ago
committed by GitHub
parent
commit
0f039c0dcf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 11 deletions
  1. +1
    -11
      README.md

+ 1
- 11
README.md View File

@ -4,16 +4,6 @@
Obtain SSL certificates from the letsencrypt.org ACME server. Suitable
for automating the process on remote servers.
## Upgrading from ACME v01 to ACME v02
Find the following line in your `getssl.cfg` file:
```CA="https://acme-v01.api.letsencrypt.org"```
and change it to:
```CA="https://acme-v02.api.letsencrypt.org"```
## Features
* **Bash** - It runs on virtually all unix machines, including BSD, most
@ -43,7 +33,7 @@ and change it to:
debug information is available.
* **Reload services** - After a new certificate is obtained then the
relevant services (e.g. apache/nginx/postfix) can be reloaded.
* **ACME v1 and V2** - Supports both ACME versions 1 and 2
* **ACME v1 and V2** - Supports both ACME versions 1 and 2 (note ACMEv1 is deprecated and clients will automatically use v2)
## Installation


Loading…
Cancel
Save