Skip to main content

INSERT_AUTHCERT

Constant INSERT_AUTHCERT 

Source
const INSERT_AUTHCERT: &str = "
  INSERT OR REPLACE INTO Authcerts
    ( id_digest, sk_digest, published, expires, contents)
  VALUES ( ?, ?, ?, ?, ? );
";
Expand description

Query: Add a new AuthCert