Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgulseth/dokku-letsencrypt
Dokku plugin for signing domains with Let's Encrypt
https://github.com/sgulseth/dokku-letsencrypt
Last synced: 4 days ago
JSON representation
Dokku plugin for signing domains with Let's Encrypt
- Host: GitHub
- URL: https://github.com/sgulseth/dokku-letsencrypt
- Owner: sgulseth
- License: mit
- Archived: true
- Created: 2015-11-09T21:47:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T08:57:10.000Z (almost 9 years ago)
- Last Synced: 2024-08-02T12:51:24.899Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 37
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - sgulseth/dokku-letsencrypt - Dokku plugin for signing domains with Let's Encrypt (others)
README
# 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.