mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
plugin_signing.md: fixed anchor
This commit is contained in:
parent
c64b69021e
commit
a11b0e71ee
@ -295,7 +295,7 @@ To verify the signature of a plugin, you can use the [`verifyPluginSignature`](t
|
|||||||
|
|
||||||
By default, this task will use the same certificate chain as provided to the [`signPlugin`](tools_gradle_intellij_plugin.md#tasks-signplugin) task in the previous section.
|
By default, this task will use the same certificate chain as provided to the [`signPlugin`](tools_gradle_intellij_plugin.md#tasks-signplugin) task in the previous section.
|
||||||
|
|
||||||
To verify the signature using [CLI tool](cli-tool), execute the `verify` command as below:
|
To verify the signature using [CLI tool](#cli-tool), execute the `verify` command as below:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
java -jar marketplace-zip-signer-cli.jar verify\
|
java -jar marketplace-zip-signer-cli.jar verify\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user