Skip to content

Commit 11ca1e3

Browse files
authored
Update expiration date on [email protected] key (php#516)
1 parent 811f3e2 commit 11ca1e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/gpg-keys.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ function gpg_key_get(string $rm): ?string {
9494

9595
case 'ramsey':
9696
return
97-
"pub rsa4096 2021-04-26 [SC] [expires: 2024-11-26]\n" .
97+
"pub rsa4096 2021-04-26 [SC] [expires: 2025-11-24]\n" .
9898
" 39B6 4134 3D8C 104B 2B14 6DC3 F9C3 9DC0 B969 8544\n" .
9999
"uid [ultimate] Ben Ramsey <[email protected]>\n" .
100-
"sub rsa4096 2021-04-26 [E] [expires: 2024-11-26]";
100+
"sub rsa4096 2021-04-26 [E] [expires: 2025-11-24]";
101101

102102
case 'remi':
103103
return

0 commit comments

Comments
 (0)