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

sgulseth/dokku-letsencrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Dokku plugin for signing domains with Let's Encrypt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages