tobias-richter / certbot-dns-openstack

certbot openstack dns challenge plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

certbot-dns-openstack

OpenStack DNS Authenticator plugin for Certbot

Please note, that is only a fork of the original repo from certbot-dns-openstack which adresses some issues in my setups.

To Install:

  1. clone this repo
  2. pip install -e path/to/cloned/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

About

certbot openstack dns challenge plugin

License:Apache License 2.0


Languages

Language:Python 100.0%