pub fn store_write_gpg_fingerprints<S: AsRef<str>>(
    store: &Store,
    fingerprints: &[S]
) -> Result<()>
Expand description

Write GPG fingerprints to a store.

Overwrites any existing file.