diff --git a/source/manual/install.rst b/source/manual/install.rst index 0eb3406a..e98e9293 100644 --- a/source/manual/install.rst +++ b/source/manual/install.rst @@ -173,8 +173,8 @@ from one of our `mirrors `__. OpenSSL is used for image file verification. 4 files are needed for verification process: * The SHA-256 checksum file (.sha256) -* The bzip compressed Image file (..bz2) -* The signature file (..bz2.sig) +* The bzip compressed image file (..bz2) +* The signature file for the uncompressed image file (..sig) * The openssl public key (.pub) Use one of the OPNsense mirrors to download these files: @@ -216,8 +216,8 @@ If checksums match continue with the verification commands. :: - openssl base64 -d -in OPNsense-.sig -out /tmp/image.sig - openssl dgst -sha256 -verify OPNsense-.pub -signature /tmp/image.sig OPNsense-.bz2 + openssl base64 -d -in OPNsense-..sig -out /tmp/image.sig + openssl dgst -sha256 -verify OPNsense-.pub -signature /tmp/image.sig OPNsense-. If the output of the second command is “**Verified OK**”, your image file was verified