Browse Source

Add info on accepting terms and conditions.

master
Chris Smith 6 years ago
parent
commit
e8e860927f
Signed by: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      README.md

+ 11
- 0
README.md View File

@@ -10,6 +10,17 @@ are added.
10 10
 
11 11
 ## Usage
12 12
 
13
+### Accepting Let's Encrypt's terms
14
+
15
+In order to issue certificates with Let's Encrypt, you must agree to the
16
+Let's Encrypt terms of service. You can do this by running the command
17
+`/dehydrated --register --accept-terms` from within the container.
18
+
19
+For ease of automation, you can define the `ACCEPT_CA_TERMS` env var
20
+(with any non-empty value) to automatically accept the terms. Be warned
21
+that doing so will automatically accept any future changes to the terms
22
+of service.
23
+
13 24
 ### Defining domains
14 25
 
15 26
 The container defines one volume at `/letsencrypt`, and expects there to be

Loading…
Cancel
Save