antarus@woodpecker ~ $ gpg --keyserver hkps://keys.gentoo.org --search-keys 1C49724D229E93A2
gpg: data source: https://[2001:470:ea4a:1:230:48ff:fef8:9fdc]:443
(1)     Michael Orlitzky <mjo@gentoo.org>
       Michael Orlitzky <michael@orlitzky.com>
         4096 bit RSA key 1C49724D229E93A2, created: 2010-03-17, expires: 2020-12-26
Keys 1-1 of 1 for "1C49724D229E93A2".  Enter number(s), N)ext, or Q)uit > q
gpg: error searching keyserver: Operation cancelled
gpg: keyserver search failed: Operation cancelled

I think you need to push to hkps://keys.gentoo.org

-A

On Mon, Dec 14, 2020 at 11:00 AM Michael Orlitzky <mjo@gentoo.org> wrote:
I'm still getting this,

   $ git push --signed
   ...
   remote: 1C49724D229E93A2 [Michael Orlitzky <mjo@gentoo.org>] [E]
   expire:short Expiration date is too close, please renew (is 2020-12-26
   23:30:47, less than 14 days)
   remote: 1C49724D229E93A2:6F48D3DA05C2DADB [Michael Orlitzky
   <mjo@gentoo.org>] [E] expire:short Expiration date is too close,
   please renew (is 2020-12-26 23:31:43, less than 14 days)

over a week after I've renewed my keys. The answer I get back from the
keyserver(s) looks OK:

   $ gpg --search-keys 0x6F48D3DA05C2DADB
   gpg: data source: http://85.25.207.23:11371
   (1)   Michael Orlitzky <mjo@gentoo.org>
         Michael Orlitzky <michael@orlitzky.com>
           4096 bit RSA key 0x1C49724D229E93A2, created: 2010-03-17,
           expires: 2022-12-05


Did I forget a step? How long should it take for infra to refresh?