mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Certificate and public keys automatic updater (#8218)
This commit is contained in:
@ -112,7 +112,10 @@ The following points assume work in a direct clone of the repository, and not in
|
||||
* [platform.txt](https://github.com/esp8266/Arduino/blob/master/platform.txt) and [package.json](https://github.com/esp8266/Arduino/blob/master/package.json): update `version` to the release E.g. `3.0.0`,
|
||||
|
||||
* [cores/esp8266/TZ.h](https://github.com/esp8266/Arduino/blob/master/cores/esp8266/TZ.h): import the latest database with the following shell command:\
|
||||
`$ cd tools; sh TZupdate.sh`.
|
||||
`$ cd tools; sh TZupdate.sh`
|
||||
|
||||
* Update SSL/TLS certificates and public keys in examples:\
|
||||
`$ cd tools; sh certsUpdate.sh`
|
||||
|
||||
5. Wait until the release notes have been checked by other maintainers
|
||||
|
||||
|
Reference in New Issue
Block a user