mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-25 17:58:35 +02:00
updated url to letsencrypt license agreement
This commit is contained in:
@@ -9,6 +9,7 @@ This file contains a log of major changes in letsencrypt.sh
|
||||
- signcsr command now also outputs chain certificate
|
||||
- Location of account-key(s) changed
|
||||
- Default WELLKNOWN location is now `/var/www/letsencrypt`
|
||||
- New version of Let's Encrypt Subscriber Agreement
|
||||
|
||||
## Added
|
||||
- Added option to add CSR-flag indicating OCSP stapling to be mandatory
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#CA="https://acme-v01.api.letsencrypt.org/directory"
|
||||
|
||||
# Path to license agreement (default: https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf)
|
||||
#LICENSE="https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf"
|
||||
#LICENSE="https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
|
||||
|
||||
# Which challenge should be used? Currently http-01 and dns-01 are supported
|
||||
#CHALLENGETYPE="http-01"
|
||||
|
||||
@@ -105,7 +105,7 @@ load_config() {
|
||||
|
||||
# Default values
|
||||
CA="https://acme-v01.api.letsencrypt.org/directory"
|
||||
LICENSE="https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf"
|
||||
LICENSE="https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
|
||||
CERTDIR=
|
||||
ACCOUNTDIR=
|
||||
CHALLENGETYPE="http-01"
|
||||
|
||||
Reference in New Issue
Block a user