From 23fdc33436d4197c0aa58a9939b249a61f3177f0 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 22 Feb 2022 12:39:28 +0100 Subject: [PATCH] plugin_signing.md: fixed `Generate Private Key` anchor --- topics/basics/plugin_signing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/basics/plugin_signing.md b/topics/basics/plugin_signing.md index 6665942d4..b3f5d48f4 100644 --- a/topics/basics/plugin_signing.md +++ b/topics/basics/plugin_signing.md @@ -223,7 +223,7 @@ If adding a TrustStore to a users environment is not possible, the user may also ### Using Self-Signed Certificates -Using a self-signed certificate is an option if no internal CAs exist. To generate the key and public key, see: [Generate Private Key](#Generate Private Key) +Using a self-signed certificate is an option if no internal CAs exist. To generate the key and public key, see: [Generate Private Key](#generate-private-key) If providing users with a TrustStore, you can generate one with the public key using `keytool`: