1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Certificate and public keys automatic updater (#8218)

This commit is contained in:
david gauchard
2021-07-18 01:29:46 +02:00
committed by GitHub
parent c9f27410f7
commit 69f8cd6934
13 changed files with 462 additions and 126 deletions

6
tools/certsUpdate.sh Executable file
View File

@ -0,0 +1,6 @@
# find `certUpdate` scripts in libraries, and execute them
cd ${0%/*} 2>/dev/null
find ../libraries -name certUpdate -exec bash -c "echo 'updating {}...'; {};" \;
echo done