Monitoring Cert and CA expiry on LTS1 Deployments
Monitoring Certs
Monitoring Hostagent CA and Certs
Monitoring Sunpike CA and Certs
sudo su
export VAULT_TOKEN=$(mysql qbert -Bse "SELECT credential_value FROM qbert_secrets where credential_name='root_token'")
export VAULT_ADDR=http://127.0.0.1:8200
/usr/local/bin/vault read pki/cert/ca -format=json | jq -r '.data.certificate'| openssl x509 -noout -dates
# TTL
/usr/local/bin/vault read pki/roles/sunpike | grep ttlMonitoring Cluster CA and Certs
PreviousCluster Upgrade Failure Due To Sunpike Services Being Down.NextHow To Use Custom Certs In The Management Plane
Last updated
