pub async fn update(
    conn: &mut PgConnection,
    id: Uuid,
    conf: &DatabaseCertificateConfiguration,
) -> ModelResult<()>