huang.zhiping 7ae7f80432 fix tox python3 overrides
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
2018-06-08 22:35:32 +08:00
2018-02-27 12:07:15 +00:00
2018-02-27 12:07:15 +00:00
2018-02-27 12:07:15 +00:00
2018-02-27 12:07:15 +00:00
2018-02-26 15:36:04 +00:00
2018-02-27 12:07:15 +00:00
2018-02-27 12:07:15 +00:00
2018-02-27 12:07:15 +00:00
2018-02-27 12:07:15 +00:00
2018-02-27 12:07:15 +00:00
2018-02-27 12:07:15 +00:00
2018-02-27 12:07:15 +00:00
2018-04-27 17:04:18 +01:00
2018-04-26 17:23:55 +01:00
2018-04-26 17:23:55 +01:00
2018-02-27 12:07:15 +00:00
2018-06-08 22:35:32 +08:00

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.

Features

  • dns-01 ACME challenge
Description
OpenStack DNS Authenticator plugin for Certbot
Readme 76 KiB
Languages
Python 97.1%
reStructuredText 2.9%