helgeerbe
94b8817623
Merge branch 'dev'
2022-11-24 14:48:50 +01:00
helgeerbe
1eede89442
Change Development Status on
...
master branch to Stable
2022-11-24 14:46:58 +01:00
helgeerbe
43b053ef22
Make plugin compliant for certbot 2.x
2022-11-24 14:38:19 +01:00
helgeerbe
ee3af96543
Merge pull request #20 from alexzorin/remove-zope
...
remove zope to fix compatibility with Certbot 2.x
2022-11-24 13:47:54 +01:00
helgeerbe
ad110403e0
Merge remote-tracking branch 'origin/master' into dev
2022-11-24 13:42:00 +01:00
helgeerbe
2ab6e04cff
change test environment
2022-11-24 13:25:35 +01:00
Alex Zorin
c12f443c15
remove zope to fix compatibility with Certbot 2.x
2022-11-23 07:16:45 +11:00
Helge
b4b3f24e1e
Changelog in readme
2022-05-15 15:02:44 +02:00
Helge
3976e00bf9
New release 2022.05.15
2022-05-15 15:00:17 +02:00
helgeerbe
fd9e833d52
Merge pull request #16 from helgeerbe/dev
...
Added capability to handle multiple domain validations
2022-05-15 14:56:45 +02:00
helgeerbe
9924b74aba
Update README.rst
...
Correct file permissions.
2021-11-23 13:16:08 +01:00
helgeerbe
e4c4755271
typos in debug messages
2021-10-07 14:59:02 +02:00
helgeerbe
f32190139b
on error response content is array with 1 element
2021-10-07 10:35:45 +02:00
helgeerbe
f3808bf952
Merge pull request #11 from PackeTsar/master
...
Add ability to authenticate multiple domains
2021-10-06 15:32:28 +02:00
John W Kerns
33c2b41737
Added capability to handle multiple domain validations
2021-09-28 18:42:23 -07:00
John W Kerns
f1c855927d
More logging
2021-09-28 16:12:56 -07:00
helgeerbe
df4c0901ba
Update README.rst
2021-09-20 16:45:21 +02:00
helgeerbe
d30a8c2ae4
Update setup.py
2021-09-20 16:44:58 +02:00
helgeerbe
15302242d4
Update README.rst
2021-09-20 16:43:44 +02:00
helgeerbe
5249efebfc
Update README.rst
2021-09-20 16:28:44 +02:00
helgeerbe
a0d5ab5dda
Update setup.py
2021-09-20 16:19:49 +02:00
helgeerbe
ce2aac20e2
Merge pull request #10 from anhi/master
...
Allow requesting certificates for subdomains.
2021-09-20 16:09:41 +02:00
Andreas Hildebrandt
ca79408f1e
Allow requesting certificates for subdomains.
2021-09-17 09:17:07 +02:00
Helge
1087e6fbf0
change dependencies certbot >= 0.31.0
2020-12-30 19:13:52 +01:00
Helge
6e5f6ed725
0.0.6
2020-12-30 15:30:44 +01:00
Helge
e962f44f0e
update dependencies
2020-12-30 15:30:05 +01:00
Helge
1a15b3ee84
first pip package
2020-12-30 00:41:29 +01:00
helgeerbe
79e4c3d30a
Create python-publish.yml
2020-12-30 00:34:41 +01:00
Helge
41f7c27fae
Release 0.0.4
2020-12-30 00:30:43 +01:00
Helge
7928413673
Unit tests
2020-12-30 00:29:20 +01:00
Helge
66f87007c0
documentation
2020-12-23 14:51:55 +01:00
Helge
8a3d18741f
documentation
2020-12-23 14:42:40 +01:00
Helge
11afb0392d
fix return values for unknown domain
2020-12-23 14:39:22 +01:00
Helge
b2c2b29b52
doc and clean clean up
2020-12-23 14:31:31 +01:00
Helge
6d5396cc58
update docc
2020-12-22 17:53:31 +01:00
Helge
867ad7a9c2
First working code
2020-12-22 17:26:09 +01:00
Helge
d6b0bf9f05
change to debugable
2020-12-21 13:19:45 +01:00
helgeerbe
f6bc5bc9e9
renamings
2020-12-18 23:17:19 +01: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