mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
Switch the repository to use https by default, base is providing a CA root bundle suitable to validate the certificates used by the project. This can now be activated without requiring another packages to be installed Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D40473
15 lines
425 B
Text
15 lines
425 B
Text
#
|
|
# To disable this repository, instead of modifying or removing this file,
|
|
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
|
|
#
|
|
# mkdir -p /usr/local/etc/pkg/repos
|
|
# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
|
|
#
|
|
|
|
FreeBSD: {
|
|
url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
|
|
mirror_type: "srv",
|
|
signature_type: "fingerprints",
|
|
fingerprints: "/usr/share/keys/pkg",
|
|
enabled: yes
|
|
}
|