mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
Enable fingerprint checking as the currently known
fingerprint has an uploaded signature on all mirrors. Approved by: bapt MFC after: 2 days
This commit is contained in:
parent
bc4c07d8e6
commit
5ca9b3ca8e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
FreeBSD: {
|
||||
url: "pkg+http://pkg.freebsd.org/${ABI}/latest",
|
||||
mirror_type: "srv",
|
||||
signature_type: "none",
|
||||
signature_type: "fingerprints",
|
||||
fingerprints: "/usr/share/keys/pkg",
|
||||
enabled: "yes"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue