Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 560 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 560 Bytes

Dokku Lets encrypt plugin

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.

Usage (ubuntu)

  1. sudo dokku plugin:install https://github.com/sgulseth/dokku-letsencrypt letsencrypt
  2. sudo service nginx stop
  3. dokku letsencrypt:sign your-app-name example.com
  4. sudo service nginx start
  5. Thats it

License

This project is licensed under MIT. See LICENSE.