Skip to content

Commit

Permalink
updated certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarzen committed Dec 17, 2023
1 parent e6b9575 commit 41a3521
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions cert/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cert.h is generated with the following command,
python cert.py -s api.openweathermap.org -p 443 -n openweathermap > cert.h
8 changes: 4 additions & 4 deletions platformio/include/cert.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// this file is autogenerated - any modification will be overwritten
// unused symbols will not be linked in the final binary
// generated on 2023-06-10 03:24:21
// generated on 2023-12-17 00:18:32
// by 'cert.py -s api.openweathermap.org -p 443 -n openweathermap'

// alternatively, the certificate chain can be extracted using openssl
Expand All @@ -13,9 +13,9 @@
// certificate chain for api.openweathermap.org:443

// CN: *.openweathermap.org => name: __openweathermap_org
// not valid before: 2022-06-06 00:00:00
// not valid after: 2023-07-07 23:59:59
const char fingerprint___openweathermap_org[] PROGMEM = "42:94:24:9c:7b:e9:07:bf:b8:fc:ac:61:cb:c7:3d:12:1c:e5:16:e6";
// not valid before: 2023-06-30 00:00:00
// not valid after: 2024-07-30 23:59:59
const char fingerprint___openweathermap_org[] PROGMEM = "a6:2a:18:c6:c9:81:08:64:ba:69:73:ef:44:1e:0a:a3:fe:fa:a5:4d";
const char pubkey___openweathermap_org[] PROGMEM = R"PUBKEY(
-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2DMTq6QbiQ6N/PK6u6dv
Expand Down

0 comments on commit 41a3521

Please sign in to comment.