https://github.com/hostinger/letsencrypt-redis
https://github.com/hostinger/letsencrypt-redis
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hostinger/letsencrypt-redis
- Owner: hostinger
- License: mit
- Archived: true
- Created: 2016-06-13T18:04:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T07:13:07.000Z (over 9 years ago)
- Last Synced: 2025-08-23T04:44:37.375Z (5 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
### Authenticate and install key/cert pair into Redis hosts (authentication reverse proxy):
```
certbot run -d example.com -a letsencrypt-redis:auth --letsencrypt-redis:auth-redis-hosts 192.168.1.1,192.168.1.2 -i letsencrypt-redis:installer --letsencrypt-redis:installer-redis-hosts 192.168.1.1,192.168.1.2 -n --force-renewal
```
### Install key/cert pair into local Redis
```
certbot run -d example.com -a standalone -i letsencrypt-redis:installer -n --force-renewal
```