Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Releases: AMEST/DotNetCertBot

v0.2.10

v0.2.9

30 Jan 06:59
Compare
Choose a tag to compare

Fix select TXT type for new dns record. (Cloudflare change id's)

Full Changelog: v0.2.8...v0.2.9

v0.2.8

23 Jan 13:55
9480778
Compare
Choose a tag to compare
  • Fix remove record from cloudflare (cloudlfare update user interface (html tags, classes and other what user not see))
  • Update selenium driver and chrome standalone

v0.2.7

20 Jan 11:40
Compare
Choose a tag to compare

Update Skidbladnir libraries with fixes in Freenom Client

v0.2.6

28 Dec 13:45
Compare
Choose a tag to compare

Fixes:

  • Update chrome and driver to latest version
  • Remove dispose at the end of the certification process because this is already the end of the program

v0.2.5

18 Dec 13:24
Compare
Choose a tag to compare

Fixes:

  • Expand timeout for driver waiter from 5 seconds to 25 seconds
  • Update XPath selectors (dns record types dropdown and dns record type) after update cloudflare web app

v0.2.4

23 Nov 16:05
Compare
Choose a tag to compare

Fix cloudflare certificate issue after cloudflare update web app style

Fix cloudflare certificate issue

23 Jul 08:17
Compare
Choose a tag to compare

Fixed DNS TXT type css selector name due changed in cloudflare

Modular system

28 Mar 15:35
32b94ca
Compare
Choose a tag to compare

Features:

  1. Using modules system instead of extensions to IServiceCollection
  2. Using Skidbladnir.Utilities for Retry

Fixes:

  1. Added retry delays in Retry.Do, so that if a request fails in Freenom, retry the operation after a while, and not immediately and run into a service error again
  2. Added a check for the existence of a directory for saving certificates and creating directories along the path if they did not exist

Freenom provider fixes

25 Feb 16:14
f8a7b0b
Compare
Choose a tag to compare

Fixes:

  • Add retry to freenom provider (because freenom is buggy and sometimes responds for a long time or with errors)

Updated Readme