This allows automatic completion of Certbot's DNS01 challange for domains managed on GleSYS DNS.
$ pip install certbot-glesys
Create an API key with the following permissions:
domain:listrecordsdomain:addrecorddomain:deleterecord
Don't forget to give access to the appropriate IP-address range. If you wan't
to be able to run the client from anywhere, enter 0.0.0.0/0.
To use the authenticator you need to provide some required options:
--certbot-glesys:auth-credentials(required)- INI file with
userandpasswordfor your GlesSYS API user.
The credentials file must have the following format:
certbot_glesys:auth_user = CL00000 certbot_glesys:auth_password = apikeygoeshere
For safety reasons the file must not be world readable. You can solve this by running:
$ chmod 600 credentials.ini
This plugin is neither affiliated with nor endorsed by GleSYS Internet Services AB.