Skip to content

Commit 807ad3b

Browse files
committed
Fill in missing info about paths, and add renewal check schedule
1 parent 6027178 commit 807ad3b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Diff for: README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ With this image, you can have a Bookstack installation that automatically keeps
77
its server certificate up-to-date. Data (certs and logs) are kept in the
88
`/config` path you already use.
99

10+
On first run, Certbot fetches a certificate from Let's Encrypt. A `periodic`
11+
job is used to run Certbot, in renewal mode, once every day around 2 AM.
12+
1013
## Usage
1114

1215
To use this container, you should follow the [Bookstack Usage
@@ -49,11 +52,13 @@ Also, the following existing variables have changed:
4952

5053
With this container, several new things appear in your `/config` directory:
5154

52-
* **Let's Encrypt Logs**: In `/config/logs/letsencrypt`, you will find
55+
* **Logs**: In `/config/logs/letsencrypt`, you will find
5356
Certbot's logs. These will be log-rotated automatically.
5457

55-
* **TBD**: In `/config/TBD`, you will find the TLS private key and certificate
56-
chain for your site. **Do not mess with these!**
58+
* **Data**: Let's Encrypt places all of its configuration inside
59+
`/config/letsencrypt`. This includes the live certificate chain, found in
60+
`/config/letsencrypt/live/bookstack`. **Do not mess with anything in this
61+
directory!**
5762

5863
## Copyright & License
5964

0 commit comments

Comments
 (0)