const INSERT_AUTHCERT: &str = " INSERT OR REPLACE INTO Authcerts ( id_digest, sk_digest, published, expires, contents) VALUES ( ?, ?, ?, ?, ? ); ";
Query: Add a new AuthCert