From cbcfa2f99b12351dc83f9705f2e12d537ce516f7 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 9 Apr 2024 14:19:34 +0200 Subject: [PATCH] plugin_signing.md: Clarify why information about generating a public key is missing --- topics/basics/plugin_signing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/basics/plugin_signing.md b/topics/basics/plugin_signing.md index fb140fb3f..8b0a9ff8f 100644 --- a/topics/basics/plugin_signing.md +++ b/topics/basics/plugin_signing.md @@ -81,6 +81,8 @@ openssl req\ The content of the chain.crt file will be used for the [`signPlugin.certificateChain`](tools_gradle_intellij_plugin.md#tasks-signplugin-certificatechain) property. +> Information about generating a public key based on the private key will be added later, when uploading public keys to JetBrains Marketplace is available. + ### Gradle IntelliJ Plugin In version `1.x`, the Gradle IntelliJ Plugin provides the [`signPlugin`](tools_gradle_intellij_plugin.md#tasks-signplugin) task, which will be executed automatically right before the [`publishPlugin`](tools_gradle_intellij_plugin.md#tasks-publishplugin) task when [`signPlugin.certificateChain`](tools_gradle_intellij_plugin.md#tasks-signplugin-certificatechain) and [`signPlugin.privateKey`](tools_gradle_intellij_plugin.md#tasks-signplugin-privatekey) signing properties are specified.