浏览代码

Add info on accepting terms and conditions.

master
Chris Smith 6 年前
父节点
当前提交
e8e860927f
签署人:: Chris Smith <chris@chameth.com> GPG 密钥 ID: 3A2D4BBDC4A3C9A9
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11
    0
      README.md

+ 11
- 0
README.md 查看文件

@@ -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

正在加载...
取消
保存