署名を検証する
署名検証のコマンドは、以下のように始まります。
smctl signature verify
or
smctl sign verify
フラグ
署名の検証コマンドは、以下のフラグをサポートしています。
ショートカット | フラグ | 説明 |
---|---|---|
-f | --fingerprint string | 検証に使用する証明書のフィンガープリント。これは、使用するツールのオプションに基づき適用されます。 形式: --fingerprint="<value>" |
-i | --input string | ファイルまたはフォルダを指定します。フォルダを指定した場合は、そのフォルダ内のすべてのファイルが検証の対象となります。 形式: --input="<value>" |
-t | --tool | Specify the signing tool to be used for signing files. Omit this parameter to allow SMCTL to select an appropriate signing tool based on the file extension. |
-q | --quiet | Specify this parameter to limit the output of the command to a simple one confirmation of success or failure. |
-v | --verbose | Specify this parameter to enable detailed output of the command, providing comprehensive information about the signing process, including success and failure details. |
-h | --help | 検証に関するヘルプ。 |
例
説明: 指定されたファイルパスにある証明書のフィンガープリントで参照される署名を検証します。
コマンド:
smctl sign verify --fingerprint <certificate fingerprint> --input <path to file or folder to be verified>
コマンドの例:
smctl sign verify --fingerprint da39a3ee5e6b4b0d3255bfef95601890afd80709 -i C:\Users\Name\Desktop\file_or_folder_with_files_to_be_verified