diff --git a/topics/basics/plugin_signing.md b/topics/basics/plugin_signing.md index 384b29375..d687e2cd5 100644 --- a/topics/basics/plugin_signing.md +++ b/topics/basics/plugin_signing.md @@ -236,6 +236,13 @@ In the Run/Debug Configuration for [`publishPlugin`](tools_gr ![Run/Debug Configuration Environment Variables](plugin_singing_env_variables.png) +> Note that both the private key and certificate chain are multi-line values. +> It is necessary to transform them first using Base64 encoding before providing to the single-line field in Environment Variables panel. +> +> [`signPlugin.privateKey`](tools_gradle_intellij_plugin.md#tasks-signplugin-privatekey) and [`signPlugin.certificateChain`](tools_gradle_intellij_plugin.md#tasks-signplugin-certificatechain) properties will automatically detect and decode the Base64-encoded values. +> +> {style="warning"} + ### CLI Tool CLI tool is required if you don't rely on the Gradle IntelliJ Plugin – i.e. when working with Themes.