File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ With this image, you can have a Bookstack installation that automatically keeps
7
7
its server certificate up-to-date. Data (certs and logs) are kept in the
8
8
` /config ` path you already use.
9
9
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
+
10
13
## Usage
11
14
12
15
To use this container, you should follow the [ Bookstack Usage
@@ -49,11 +52,13 @@ Also, the following existing variables have changed:
49
52
50
53
With this container, several new things appear in your ` /config ` directory:
51
54
52
- * ** Let's Encrypt Logs** : In ` /config/logs/letsencrypt ` , you will find
55
+ * ** Logs** : In ` /config/logs/letsencrypt ` , you will find
53
56
Certbot's logs. These will be log-rotated automatically.
54
57
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!**
57
62
58
63
## Copyright & License
59
64
You can’t perform that action at this time.
0 commit comments