[Bug 254434] ports-mgmt/pkg pkg: cannot parse fingerprints: error while parsing <unknown>: line: 1, column: 0 - 'key must begin with a letter', character: '-'

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 12 May 2023 12:33:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254434

--- Comment #11 from dfr@rabson.org ---
Ok, looking at this again, the alpha.pkgbase.live repo was using signature_type
"pubkey" which explains why it worked with this key format

# FreeBSD base system repository
FreeBSD-base: {
  url: "https://alpha.pkgbase.live/stable/${ABI}/latest",
  signature_type: "pubkey",
  pubkey: "/usr/share/keys/pkg/trusted/alpha.pkgbase.live.pub",
  enabled: no
}

-- 
You are receiving this mail because:
You are the assignee for the bug.