Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dutchcoders/letshttps
Automatically requests Lets Encrypt certificates and forwards to webserver. Add ssl to every website.
https://github.com/dutchcoders/letshttps
Last synced: 3 months ago
JSON representation
Automatically requests Lets Encrypt certificates and forwards to webserver. Add ssl to every website.
- Host: GitHub
- URL: https://github.com/dutchcoders/letshttps
- Owner: dutchcoders
- License: mit
- Created: 2016-10-03T19:19:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T19:23:16.000Z (about 8 years ago)
- Last Synced: 2024-07-09T00:05:49.942Z (4 months ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 12
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# letshttps
Automatically requests Lets Encrypt certificates and forwards to webserver.# Usage
```
$ go get github.com/dutchcoders/letshttps$ letshttps -backend 127.0.0.1:80 -https :443 > /var/log/letshttps.log 2>&1 &
```## Contributions
Contributions are welcome.
## Creators
**Remco Verhoef**
-
-## Copyright and license
Code and documentation copyright 2016 Remco Verhoef.
Code released under [the MIT license](LICENSE).