In nasty world of Windows you can digitally sign installation package (exe) and during installation check if its authentic or not.

Any idea how to check same under FreeBSD(preferably in conjunction with pkg_add)?

Thanks

link|improve this question
feedback

1 Answer

FreeBSD packages are not signed, depending on your environment ports or PBIs might be alternatives.

FreeBSD ports include an authentication chain: portsnap verifies signatures for its ports tree updates and all downloaded sources are checked by an SHA digest.

The PBI packet system includes some more features, including digital signatures.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.