Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proffan/certbot-dns-cfproxy
https://github.com/proffan/certbot-dns-cfproxy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/proffan/certbot-dns-cfproxy
- Owner: ProfFan
- Created: 2019-02-04T05:58:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T07:57:18.000Z (almost 6 years ago)
- Last Synced: 2024-11-02T17:25:57.729Z (about 2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# certbot-dns-cfproxy
Install with `python setup.py install`.
Or use PyPI with `pip install certbot-dns-cfproxy`.
Populate the credentials file `cred.ini` with:
```ini
certbot_dns_cfproxy:dns_cfproxy_user = fan
certbot_dns_cfproxy:dns_cfproxy_api_key = fp9ahf98sa8hfq29h
certbot_dns_cfproxy:dns_cfproxy_api_endpoint = http://your.cfproxy.api:8808
```(Remember to set correct permissions for the credentials file!)
and get your cert with
```bash
certbot certonly \\
-a certbot-dns-cfproxy:dns-cfproxy \\
-d example.com
```# LICENSE
Apache