Updated some phrasing in the README
Getty Ritter
10 years ago
| 1 |
# Verify |
|
| 1 | # Verify — Lightweight, General-Purpose Code Signing | |
| 2 | 2 | |
| 3 | 3 | **WARNING**: `verify` is still in the experimental phase. **Do not |
| 4 | 4 | use this yet!** |
| 5 | 5 | |
| 6 | 6 | The `verify` script is a small script that intends to make the |
| 7 | common and commonly-derided pattern of installing software with | |
| 7 | unfortunately common pattern of installing software using | |
| 8 | 8 | `curl | sh` more secure. The `verify` script is a very small |
| 9 | 9 | interface on top of OpenBSD's [signify] tool for code-signing |
| 10 | 10 | that fits in the middle of pipelines, letting you transform |