// Shouldn't happen; /certs has been around forever.
ret:=Result{
Status:ResultInvalidVersion,
Endpoint:"/{{mount}}/certs",
Message:"This health check requires Vault 1.11+ but an earlier version of Vault Server was contacted, preventing this health check from running.",
}
return[]*Result{&ret},nil
}
ret:=Result{
Status:ResultOK,
Endpoint:"/{{mount}}/certs",
Message:"This mount has an OK number of stored certificates.",
}
baseMsg:="This PKI mount has %v outstanding stored certificates; consider using no_store=false on roles, running tidy operations periodically, and using shorter certificate lifetimes to reduce the storage pressure on this mount."