Skip to content
  • Dario Ernst's avatar
    Add certificate watcher for external certs to reload nginx · 1aa97c99
    Dario Ernst authored
    In case of TLS_FLAVOR=[mail,cert], the user supplies their own certificates.
    However, since nginx is not aware of changes to these files, it cannot
    reload itself e.g. when the certs get renewed.
    
    To solve this, let’s add a small daemon in the place of
    `letsencrypt.py`, which uses a flexible file-watching framework and
    reloads nginx in the case the certificates change ….
    1aa97c99