Skip to content

Commit

Permalink
Fill in missing info about paths, and add renewal check schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
akkornel committed Nov 29, 2023
1 parent 6027178 commit 807ad3b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ With this image, you can have a Bookstack installation that automatically keeps
its server certificate up-to-date. Data (certs and logs) are kept in the
`/config` path you already use.

On first run, Certbot fetches a certificate from Let's Encrypt. A `periodic`
job is used to run Certbot, in renewal mode, once every day around 2 AM.

## Usage

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

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

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

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

## Copyright & License

Expand Down

0 comments on commit 807ad3b

Please sign in to comment.