OPNsense Forum

English Forums => Tutorials and FAQs => Topic started by: potatochips on September 28, 2025, 11:48:21 AM

Title: Automated script to verify OPNsense downloads
Post by: potatochips on September 28, 2025, 11:48:21 AM
Recently, I needed to automate verifying OPNsense signatures. I wrote a small and portable Python script for this.

I am sharing this for anyone in a similar situation or not familiar with the command line.

Github Gist | verify_opnsense.py (https://gist.github.com/bitwise-orange/b9103bee914b2cea6e5234d135a46a93)

The script does:

How to use:

We could also include the script in the documentation to encourage users to verify downloads. ☺️