I’m currently developing a plugin and want to sign it using the IntelliJ-recommended Plugin Signing process. We are currently using a different signing method.
According to the documentation, if a plugin is unsigned or signed with a revoked certificate, the IDE will display a warning dialog during installation.
I followed the documented steps and generated a signed ZIP under build/distributions/*-signed.zip.
How can I verify that the plugin is correctly signed? I executed the verifyPluginSignature task and got BUILD SUCCESSFUL. But Also, what kind of warning should I expect if it isn’t properly signed using IntelliJ’s recommended process?
Is the below warning that we are expecting?
But even when I installed the signed zip I am getting this warning.
