https://github.com/cha87de/rancher-certbot
https://github.com/cha87de/rancher-certbot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cha87de/rancher-certbot
- Owner: cha87de
- License: gpl-3.0
- Created: 2018-04-18T09:06:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T09:13:34.000Z (about 8 years ago)
- Last Synced: 2025-06-30T23:42:47.254Z (12 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rancher-certbot - letsencrypt client for rancher
## Usage example
```
version: '2'
services:
certbot:
build: .
environment:
RANCHER_ACCESS_KEY: ...
RANCHER_SECRET_KEY: ...
RANCHER_URL: https://...
DOMAIN: domain.com
SECONDARYDOMAINS: seconddomain.com
stdin_open: true
volumes:
- /etc/letsencrypt:/etc/letsencrypt
- /var/lib/letsencrypt:/var/lib/letsencrypt
- /home/volumes/default/acme-challenge:/var/lib/webroot
```
## TODOs
- [ ] Write proper README :-)
- [ ] Find proper solution for authentification to rancher api (no keys as env vars)