Commit b3be44b 1 parent f2446bd commit b3be44b Copy full SHA for b3be44b
File tree 3 files changed +8
-0
lines changed
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ WORKDIR /data/letsencrypt
13
13
RUN git clone https://github.com/lukas2511/dehydrated
14
14
RUN ./dehydrated/dehydrated --register --accept-terms
15
15
16
+ # Set HOOK_CHAIN=yes to allow wildcard certificates (https://github.com/josteink/le-godaddy-dns#hook_chain)
17
+ RUN echo HOOK_CHAIN=\" yes\" >> /data/letsencrypt/dehydrated/config
18
+
16
19
RUN git clone https://github.com/josteink/le-godaddy-dns
17
20
RUN cd le-godaddy-dns && python3 -m pip install -r requirements.txt --user
18
21
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This Docker container works with the **Godaddy DNS API** and send a **Slack** no
5
5
** Slack notification example**
6
6
![ Slack Notification Example] ( ./Slack_notification.png )
7
7
8
+ ## Let's Encrypt Wildcard
9
+ Wildcard certificate generation is supported!
10
+ Use first the domain and then the \* , example: ** thirddomain.com \* .thirddomain.com**
11
+
8
12
## Usage with docker-compose.yml
9
13
```
10
14
docker-compose up
Original file line number Diff line number Diff line change 1
1
yourdomain.com api.yourdomain.com www.yourdomain.com ftp.yourdomain.com subdomain.yourdomain.com
2
2
seconddomain.com www.seconddomain.com
3
+ thirddomain.com *.thirddomain.com
You can’t perform that action at this time.
0 commit comments