certbot-dns-ispconfig icon indicating copy to clipboard operation
certbot-dns-ispconfig copied to clipboard

pip installer uses older version

Open RikshaDriver opened this issue 2 years ago • 4 comments

The pip install contains an older version which causes datetime errors when attempting to use.

The instance needs to be updated to reflect the latest GitHub version

RikshaDriver avatar May 04 '22 00:05 RikshaDriver

I can confirm that with ISPconfig 3.2.9p1 you need to copy the latest version of the repo, else you get an error like

API response with an error: Incorrect datetime value: '' for column dbispconfig.dns_rr.stamp at row 1 INSERT INTO dns_rr (server_id, zone, name, type, data, ttl, active, stamp, serial, sys_userid, sys_groupid, sys_perm_user, sys_perm_group, sys_perm_other) VALUES ('2', '201', '_acme-challenge', 'TXT', 'OrakjhsdflkhsdfU0R8YpBpK5Am70987kzmWYPU', '60', 'Y', '', '0', '1', '1', 'riud', 'riud', '')

rasos avatar May 27 '23 18:05 rasos

Please note that using snapd to get the latest fully functional certbot is the best way for now. Do remove all old certbot installations from your ISPConfig system / server before reinstalling certbot using snapd.

ahrasis avatar Sep 07 '23 04:09 ahrasis

This still seems to be an issue which causes problems with nginx-proxy-manager. Are there plans to make the new version with fix installable through pip install?

lcx avatar Jul 19 '24 12:07 lcx

There is a new version of the certbot-dns-ispconfig plugin.

https://pypi.org/project/certbot-dns-ispconfig/

rabesocke avatar Sep 17 '24 21:09 rabesocke