Hello @bkdilse,
Welcome to the forum!
Please, post the output of the commands:
docker exec -it storagenode grep -c BEGIN /app/identity/ca.cert
docker exec -it storagenode grep -c BEGIN /app/identity/identity.cert
Then this one:
for sat in `docker exec -i storagenode wget -qO - localhost:14002/api/dashboard | jq .data.satellites[] -r`; do docker exec -i storagenode wget -qO - localhost:14002/api/satellite/$sat | jq .data.id,.data.audit; done