certbot/certbot-dns-google
Marcus LaFerrera c3659c300b Return str rather than bytes (#5585)
* Return str rather than bytes

Project id is returned as bytes, which causes issues when constructing the google cloud API url, converting `b'PROJECT_ID'` to `b%27PROJECT_ID%27` causing the request to fail.

* Ensure we handle both bytes and str types

* project_id should be a str or bytes, not int
2018-02-22 10:09:06 -08:00
..
certbot_dns_google Return str rather than bytes (#5585) 2018-02-22 10:09:06 -08:00
docs fixup! Add documentation for Google 2017-06-08 15:56:38 -07:00
LICENSE.txt Google Cloud DNS Authenticator (#4581) 2017-05-17 11:26:26 -07:00
MANIFEST.in Google Cloud DNS Authenticator (#4581) 2017-05-17 11:26:26 -07:00
README.rst Google Cloud DNS Authenticator (#4581) 2017-05-17 11:26:26 -07:00
setup.cfg Google Cloud DNS Authenticator (#4581) 2017-05-17 11:26:26 -07:00
setup.py Bump version to 0.22.0 2018-01-17 15:55:41 -08:00

Google Cloud DNS Authenticator plugin for Certbot