skalenetwork / sgxwallet

sgxwallet is the first-ever opensource high-performance hardware secure crypto wallet that is based on Intel SGX technology. First opensource product on Intel SGX whitelist. Scales to 100,000+ transactions per second. Currently supports ETH and SKALE, and will support BTC in the future. Sgxwallet is under heavy development and use by SKALE network.
https://skale.network
GNU Affero General Public License v3.0
64 stars 35 forks source link

Add additional monitoring to maintain the expiration date for sgx certificates #421

Open PolinaKiporenko opened 1 year ago

PolinaKiporenko commented 1 year ago

In sgxwallet we can add a check that will return the expiration date of CA certificate. it will help us to monitor their status and update validators if needed.

alexgex commented 1 year ago

Then, we need to add changes in skale_admin (skale_api) and skale_checks library. On SLA monitoring side this check can be added inside general SGX check (preferable) or be used as separate check.