Mascarata releases are signed by the ESFOM Root CA. Install the root certificate once to get verified-publisher status on Windows and to verify downloads on all platforms.
Mascarata is distributed as a cryptographically signed release built on the ESFOM Root CA.
Download the root certificate: esfom-root.crt.
sudo cp esfom-root.crt /usr/local/share/ca-certificates/sudo update-ca-certificatesEach archive ships with a detached OpenSSL signature. Download both files, then verify:
# Linux example openssl dgst -sha256 -verify esfom-codesign.pem \ -signature mascarata-linux-x64-1.2.1.tar.gz.sig \ mascarata-linux-x64-1.2.1.tar.gz # → Verified OK # macOS example openssl dgst -sha256 -verify esfom-codesign.pem \ -signature mascarata-macos-x64-1.2.1.tar.gz.sig \ mascarata-macos-x64-1.2.1.tar.gz # → Verified OK
The public signing certificate is available at /dist/esfom-codesign.pem.
Right-click mascarata.exe → Properties → Digital Signatures tab. Or via PowerShell:
(Get-AuthenticodeSignature .\mascarata.exe).Status
# → Valid
If the ESFOM Root CA is not yet installed, the status will show UnknownError. Install the root certificate first.
Last updated: April 2026 · mascarata@esfom.com