Use CA bundle instead of single certificates, make auto update URL configurable

This commit is contained in:
Djuri 2024-11-25 23:54:02 +01:00
parent a614bd15db
commit 82dd70a38d
14 changed files with 126 additions and 92 deletions

View file

@ -302,7 +302,7 @@ int getBlockFetch()
WiFiClientSecure client;
if (preferences.getBool("mempoolSecure", DEFAULT_MEMPOOL_SECURE)) {
client.setCACert(mempoolWsCert);
client.setCACertBundle(rootca_crt_bundle_start);
}
String mempoolInstance =