gdritter repos verify / 7782d2e
Add brief `trust` description Getty Ritter 8 years ago
1 changed file(s) with 9 addition(s) and 0 deletion(s). Collapse all Expand all
2020 $ curl some-package.verified | verify | sh
2121 ~~~
2222
23 Additionally, if you don't have the public key that signed a
24 package, and want to trust a package _just this one time_,
25 there's a script that can execute verified packages without
26 checking to see if they are trusted first.
27
28 ~~~.sh
29 $ curl some-package.verified | trust | sh
30 ~~~
31
2332 ## Running the Example
2433
2534 Make sure that OpenBSD's `signify` is somewhere in your `$PATH`.