
We want to default to running all tox environments under python 3, so set the basepython value in each environment. We do not want to specify a minor version number, because we do not want to have to update the file every time we upgrade python. We do not want to set the override once in testenv, because that breaks the more specific versions used in default environments like py35 and py36. Change-Id: I893252b979e42f197a7c1f79ab866a7afee527d5
certbot-dns-openstack
OpenStack DNS Authenticator plugin for Certbot
To Install:
pip install certbot-dns-openstack
To run:
certbot -a certbot-dns-openstack:dns-openstack certonly -d example.com
This uses os-client-config
clouds.yaml
for
configuring the user access which by default will look in
~/.config/openstack/clouds.yaml
, and
/etc/openstack/clouds.yaml
. If your
clouds.yaml
file is stored else where, you can add by
adding
--certbot-dns-openstack:dns-openstack-config /path/to/clouds.yaml
to the command.
- Free software: Apache license
- Source: https://git.openstack.org/cgit/openstack/certbot-dns-openstack
- Bugs: https://bugs.launchpad.net/certbot-dns-openstack
Features
- dns-01 ACME challenge
Description
Languages
Python
97.1%
reStructuredText
2.9%