Skip to content

Instantly share code, notes, and snippets.

@kgaut
Created November 19, 2016 08:58
Show Gist options
  • Save kgaut/a944b8b591641a5e3ffb552176f2a00b to your computer and use it in GitHub Desktop.
Save kgaut/a944b8b591641a5e3ffb552176f2a00b to your computer and use it in GitHub Desktop.
Mattermost - gitlab omnibus - letsencrypt
cd /etc/gitlab/ssl/
ln -s /etc/letsencrypt/live/mattermost.EXAMPLE.net/fullchain.pem ./mattermost.EXAMPLE.net.crt
ln -s /etc/letsencrypt/live/mattermost.EXAMPLE.net/privkey.pem ./mattermost.EXAMPLE.net.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment