inovex / acme-nxt

A wrapper around the lego letsencrypt client to generate and renew a set of certicates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-run

Examples configurations

DNS backends:

License

Distributed under the MIT License. See LICENSE for more information.

About

A wrapper around the lego letsencrypt client to generate and renew a set of certicates.

License:MIT License


Languages

Language:Python 100.0%