Skip to content

Commit 1fb1665

Browse files
authored
docs: update code signing plugin docs (#1211)
1 parent 5867b52 commit 1fb1665

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/src/latest/api/plugins/code-signing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ ssh-keygen -t rsa -b 4096 -m PEM -f code-signing.pem
5252
openssl rsa -in code-signing.pem -pubout -outform PEM -out code-signing.pem.pub
5353
```
5454

55+
:::info
56+
57+
The passphrase must be left empty.
58+
59+
:::
60+
5561
### Add the plugin
5662

5763
After that, you need to add `CodeSigningPlugin` to your configuration. Make sure the `privateKeyPath` points to the location of your `code-signing.pem`.

0 commit comments

Comments
 (0)