Peter
Peter
I guess you need to enable Github Actions on your Forked repo first, and then push code to your repo, it will run there. Like the [page](https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test) states. I'd like...
Nope. Tests run but fail. Not sure why, since your script is fine standalone. I've asked for a bit of support in my pull request.
@Neilpang There is some overlap here. The required functionality for mijn.host has been merged in #6178. All is done, waiting for release. This issue should be closed.
Nope, it seems global... Cause is a certificate error: ``` [ 2742][E][ssl_client.cpp:37] _handle_error(): [start_ssl_client():273]: (-9984) X509 - Certificate verification failed, e.g. CRL, CA or signature check failed [ 2757][E][WiFiClientSecure.cpp:144] connect():...
To fix (requires a recompile): run ```/cert/cert.py -s api.openweathermap.org -p 443 -n openweathermap > cert.h``` and replace ```cert.h``` in ```/platformio/include``` Replace certificate identifier in main.cpp line 253: from ``` client.setCACert(cert_Sectigo_RSA_Domain_Validation_Secure_Server_CA);```...
That can only be done at build time. You'd still be required to recompile. Of course, feel free to contribute to this open source project ;)
Thx for the quick review! Changes made as requested.
Hey Fraenki, acme.sh release 3.1.1 (https://github.com/acmesh-official/acme.sh/tree/3.1.1) contains support for mijn.host, so I guess this MR can be added to a coming release of the plugin?
A copy of the modified version would be helpful. Willing to help integrating though I am not a real coder.
Yep, cool, will look into it!