We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c114cf commit 0cb4a21Copy full SHA for 0cb4a21
docs/release.md
@@ -131,9 +131,8 @@ It is recommended to use an expiration date less than two years. We use an inter
131
1. Download the private key file `private.key` from password manager
132
2. Import it locally: `gpg --import private.key`
133
3. Select the key : `gpg --edit-key $KEYID`
134
-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):
135
```shell
136
-gpg> key 1
137
gpg> expire
138
```
139
5. Save it:
0 commit comments