Warning, this plugin is not tested and only for available for development reasons - it's work in progress
Because letsencrypt is required to start a server on port 80/443, you will need to manually stop nginx before running this plugin.
sudo dokku plugin:install https://github.com/sgulseth/dokku-letsencrypt letsencrypt
sudo service nginx stop
dokku letsencrypt:sign your-app-name example.com
sudo service nginx start
- Thats it
This project is licensed under MIT. See LICENSE.