Graham Hayes 6e6c761e74
Update Error Handling
Change-Id: Iaf38f552dd17bb7c305bd6d2a543cf2a7941039a
2018-04-27 17:04:18 +01:00

30 lines
824 B
ReStructuredText

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