Skip to content
Kamaran Layne edited this page Feb 1, 2024 · 3 revisions

Validation

Scripts

Feel free to validate the signature included with any of my scripts for your peace of mind.

Items Needed:

  • openssl
  • signature file - included in most script repositories as sig_<script_name>.bin
  • my public key
$ openssl sha256 -verify kamaranl.rsa.pub -signature sig_<script_name>.bin <script_name>
# Verified OK

If anything but Verified OK is returned, feel free to shoot me an email or raise an issue on the script's repository.

Clone this wiki locally