Commit Graph

22 Commits

Author SHA1 Message Date
jens 034cd9594d Update README.md 2024-01-27 14:24:41 +00:00
Jens Timmerman 2c249941fc bugfix 2020-09-13 18:11:58 +02:00
Jens Timmerman 4a6d45c8a0 added another example 2020-09-13 17:59:33 +02:00
Jens Timmerman 9fe11c74a8 set description text to markdown 2020-09-13 17:57:05 +02:00
Jens Timmerman 1f2a588aa4 renamed project to certbot-dns-transip-simple 2020-09-13 17:53:02 +02:00
jens 65ee18418d Update 'certbot_dns_transip/dns_transip.py' 2020-09-13 14:54:06 +00:00
jens a9ae11e061 Update 'README.md' 2020-09-13 14:12:56 +00:00
jens 6142e1d4ef Update 'README.md' 2020-09-13 14:10:26 +00:00
jens 54fa223a4d Update 'certbot_dns_transip/dns_transip.py' 2020-09-13 14:09:22 +00:00
jens 76c891fd97 Update 'README.rst' 2020-09-13 13:43:56 +00:00
jens c63403b567 Update 'setup.py' 2020-09-13 13:31:11 +00:00
Jens Timmerman 9007a2b84b ported certbot-dns-ispconfig to certbot-dns-transip 2020-09-13 15:21:06 +02:00
Luis Daniel Lucio Quiroz ff5aec2d5d Not mine (#3)
* Update README.md

Replaced a leftover dns-netcup with dns-ispconfig in Named arguments section. Also added a ISPConfig 3.1 path to the Credentials file, that is required, I found it to fail when not included.

* Update dns_ispconfig.py

Added the `stamp` parameter to API JSON that is required by ISPConfig

* Allow full name zones

Add the original record name (full domain including _acme-challenge bit) to the list of domain guesses to check with ISPConfig. Now the full record is tried first and so if there is a zone named _acme-challenge.example.com it will be used instead of example.com. The actual record name is then empty.

* Update sutup.py

Removed encoding parameter as it is not known to python 2.7 and default in python 3

Co-authored-by: Michal Krejčí <michal@krejci.vip>
2020-01-23 09:19:09 +01:00
Matthias Bilger 73e50fce28
Merge pull request #1 from ahrasis/patch-2
Update README.rst
2019-09-15 22:01:34 +02:00
Hj Ahmad Rasyid Hj Ismail 9556ca674c
Update README.rst
Update README.rst to reflect ISPConfig DNS in the Examples part. Use of secret folder as discussed in [the forum](https://www.howtoforge.com/community/threads/create-lets-encrypt-ssl-certs-via-certbot-dns-validation-in-acme-v02.79049/#post-376597) is suggested as well.
2019-09-15 08:46:05 +08:00
Matthias Bilger 0d9f408dbf fixed author and formatting 2019-08-15 21:07:56 +02:00
Matthias Bilger a2714b0b1f Do not update multiple challenges
Do not update if data does not match.
2019-08-15 20:33:25 +02:00
Matthias Bilger 9b9c6fbb64 fixed logging 2019-08-15 20:14:50 +02:00
Matthias Bilger 534ea3a78e fixed replacement of zone postfix 2019-08-15 20:01:00 +02:00
Matthias Bilger cef0a0b330 added logging and some improvements 2019-08-15 19:55:03 +02:00
Matthias Bilger 45268e9849 extended readme 2019-08-15 19:09:36 +02:00
Matthias Bilger 0b76e29b65 Initial Version of plugin 2019-08-15 18:47:08 +02:00