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 811f3e2 commit 11ca1e3Copy full SHA for 11ca1e3
include/gpg-keys.inc
@@ -94,10 +94,10 @@ function gpg_key_get(string $rm): ?string {
94
95
case 'ramsey':
96
return
97
- "pub rsa4096 2021-04-26 [SC] [expires: 2024-11-26]\n" .
+ "pub rsa4096 2021-04-26 [SC] [expires: 2025-11-24]\n" .
98
" 39B6 4134 3D8C 104B 2B14 6DC3 F9C3 9DC0 B969 8544\n" .
99
"uid [ultimate] Ben Ramsey <[email protected]>\n" .
100
- "sub rsa4096 2021-04-26 [E] [expires: 2024-11-26]";
+ "sub rsa4096 2021-04-26 [E] [expires: 2025-11-24]";
101
102
case 'remi':
103
0 commit comments