From 9d3b815e1696fee0b387a52289db85f6702c0105 Mon Sep 17 00:00:00 2001 From: Heiko Kiesel Date: Thu, 27 Jul 2023 14:42:07 +0200 Subject: [PATCH] Remove subkey description as we cannot use them with maven central Signed-off-by: Heiko Kiesel --- docs/release.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/release.md b/docs/release.md index 9d34a3c7..fb5bd3d6 100644 --- a/docs/release.md +++ b/docs/release.md @@ -131,9 +131,8 @@ It is recommended to use an expiration date less than two years. We use an inter 1. Download the private key file `private.key` from password manager 2. Import it locally: `gpg --import private.key` 3. Select the key : `gpg --edit-key $KEYID` -4. Now select the subkey and set the expiry date (use `2y` for two years): +4. Now set the expiry date (use `2y` for two years): ```shell -gpg> key 1 gpg> expire ``` 5. Save it: