Replace Apache by webserver
Dieser Commit ist enthalten in:
Ursprung
a428dc789a
Commit
6971edf4ca
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
|
@ -18,8 +18,8 @@ Recreate affected containers by running `docker-compose up -d`.
|
|||
|
||||
!!! info
|
||||
Using the site configs below will **forward ACME requests to mailcow** and let it handle certificates itself.
|
||||
The downside of using mailcow as ACME client behind a reverse proxy is, that you will need to reload Apache after the certificate changed. You can either reload Apache daily or write a script to watch the file for changes.
|
||||
On many servers logrotate will reload Apache2 daily anyway.
|
||||
The downside of using mailcow as ACME client behind a reverse proxy is, that you will need to reload your webserver after acme-mailcow changed/renewed/created the certificate. You can either reload Apache daily or write a script to watch the file for changes.
|
||||
On many servers logrotate will reload the webserver daily anyway.
|
||||
|
||||
If you want to use a local certbot installation, you will need to change the SSL certificate parameters accordingly.
|
||||
**Make sure you run a post-hook script** when you decide to use external ACME clients. You will find an example at the bottom of this page.
|
||||
|
|
Laden …
In neuem Issue referenzieren