Bart Groeneveld
Bart Groeneveld
I am not sure if there are good reasons, for now. Support for it is indeed mostly lacking. But I like the idea of verifying certificates via DNS, because it...
> > When sorting by usage count, if usage shifts over time, but some entry was used a lot in the past, it will stay at the top for quite...
I've recently also made my own solution: https://codeberg.org/bartavi/asselt I guess 80% of my code right now is for adding the staging phase. I think it will help enormously if certbot...
This probably needs support in certbot itself as well, because the 'live' keys must only get updated after the TLSA records are updated.
Relevant issues in certbot: - https://github.com/certbot/certbot/issues/230 - https://github.com/certbot/certbot/issues/8769
> I just took another look at it. It would be nice if it could be implemented. For the config file, would a list of configurations for the TLSA records...
I wrote a script that implements this idea. See https://codeberg.org/bartavi/asselt.
I can probably help out. I currently have a windows machine. It will only allow me start this project, because I plan switch to a non-windows system soon-ish. So after...
After two hours of trying, this is my conclusion: * pyinstaller doesn't work: it can not find the main module, therefore doesn't include it in the final .exe. * py2exe...