476530bd4fdc3b70df0f5ddf6aacfbaaaced887a
- adapted to allow for wildcard-certs - adapted to allow for more than one Order per domain
Certbot plugin for authentication using Gandi LiveDNS
This is a plugin for Certbot that uses the Gandi LiveDNS API to allow Gandi customers to prove control of a domain name.
-
Obtain a Gandi API token (see Gandi LiveDNS API)
-
Install the plugin:
pip install 'git+https://gitlab.com/cspublic/certbot-plugin-gandi.git' -
Create a
gandi.iniconfig file with the following contents:certbot_plugin_gandi:dns_api_key=APIKEYReplace
APIKEYwith your Gandi API key and ensure permissions are set to disallow access to other users. -
Run
certbotand direct it to use the plugin for authentication and to use the config file created in (3):certbot certonly -a certbot-plugin-gandi:dns --certbot-plugin-gandi:dns-credentials gandi.ini -d domain.comAdd additional options as required to specify an installation plugin etc.
Description
Languages
Python
92.2%
Shell
7.8%