cmars / juju-charm-mattermost

Mattermost is an open source, self-hosted Slack-alternative.
Apache License 2.0
2 stars 1 forks source link

Obtain TLS certs with LE #3

Closed cmars closed 8 years ago

cmars commented 8 years ago

Instead of using layer:tls-client, the charm now supports two modes:

  1. Standalone mode, using Let's Encrypt to obtain TLS certificates automatically.
  2. Backend mode, which relies on a frontend for TLS termination.

The README explains these in greater detail.

cmars commented 8 years ago

@jamesbeedy FYI, I've decided to replace layer:tls-client with a standalone LE solution. I think there's a place for layer:tls-client in enterprise deployments -- where a frontend proxy would likely be used for TLS termination.

jamesbeedy commented 8 years ago

@cmars this is awesome! Nice work on layer le!!!