const FIND_AUTHCERT: &str = " SELECT contents FROM AuthCerts WHERE id_digest = ? AND sk_digest = ?; ";
Query: Find the authority certificate with given key digests.