This repository was archived by the owner on Jun 4, 2023. It is now read-only.
Releases: AMEST/DotNetCertBot
Releases · AMEST/DotNetCertBot
v0.2.10
v0.2.9
Fix select TXT type for new dns record. (Cloudflare change id's)
Full Changelog: v0.2.8...v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
Fix cloudflare certificate issue
Fixed DNS TXT type css selector name due changed in cloudflare
Modular system
Features:
- Using modules system instead of extensions to
IServiceCollection
- Using
Skidbladnir.Utilities
for Retry
Fixes:
- 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
- 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
Fixes:
- Add retry to freenom provider (because freenom is buggy and sometimes responds for a long time or with errors)
Updated Readme