https://github.com/inovex/acme-nxt
A wrapper around the lego letsencrypt client to generate and renew a set of certicates.
https://github.com/inovex/acme-nxt
letsencrypt letsencrypt-utils
Last synced: 3 months ago
JSON representation
A wrapper around the lego letsencrypt client to generate and renew a set of certicates.
- Host: GitHub
- URL: https://github.com/inovex/acme-nxt
- Owner: inovex
- License: mit
- Created: 2021-02-02T20:47:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-02T20:48:25.000Z (over 4 years ago)
- Last Synced: 2025-02-08T16:22:10.723Z (4 months ago)
- Topics: letsencrypt, letsencrypt-utils
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ACME-NXT
========A wrapper around the lego letsencrypt client to generate and
renew a set of certicates.Usage
-----acme-nxt.py [-h] [-c CONFIG] [-l LIMIT] [-v] [-d] {run,renew}
positional arguments:
{run,renew}optional arguments:
-h, --help show this help message and exit
-c CONFIG, --config CONFIG
configuration file name (default: mindstorms.ini)
-l LIMIT, --limit LIMIT
section(s) to call lego for
-v, --verbose
-d, --dry-runExamples configurations
-----------------------DNS backends:
- [designate](designate.ini)
- [rfc2136](bind9.ini)License
-------Distributed under the MIT License. See LICENSE for more information.