Author: Ben Ramsey (ramsey)
Committer: GitHub (web-flow)
Pusher: ramsey
Date: 2022-05-19T10:58:22-05:00

Commit: 
https://github.com/php/web-php/commit/11ca1e37b8148d149af51f6ff53853122e673d40
Raw diff: 
https://github.com/php/web-php/commit/11ca1e37b8148d149af51f6ff53853122e673d40.diff

Update expiration date on ram...@php.net key (#516)

Changed paths:
  M  include/gpg-keys.inc


Diff:

diff --git a/include/gpg-keys.inc b/include/gpg-keys.inc
index a415b5ed7..297102bee 100644
--- a/include/gpg-keys.inc
+++ b/include/gpg-keys.inc
@@ -94,10 +94,10 @@ function gpg_key_get(string $rm): ?string {
 
         case 'ramsey':
             return
-                "pub   rsa4096 2021-04-26 [SC] [expires: 2024-11-26]\n" .
+                "pub   rsa4096 2021-04-26 [SC] [expires: 2025-11-24]\n" .
                 "      39B6 4134 3D8C 104B 2B14  6DC3 F9C3 9DC0 B969 8544\n" .
                 "uid           [ultimate] Ben Ramsey <ram...@php.net>\n" .
-                "sub   rsa4096 2021-04-26 [E] [expires: 2024-11-26]";
+                "sub   rsa4096 2021-04-26 [E] [expires: 2025-11-24]";
 
         case 'remi':
             return

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to