From 6b0ce3090fd336b19b9242da88c44325f3d02b52 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 6 Aug 2019 01:09:06 -0700 Subject: [PATCH] README: update link to security PGP key In this commit, we update the link to the security PGP key to a gist. We do this as recent DoS attacks against popular keservers have rendered many of them unresponsive or only partially operating. As a temporary measure, we link to a gist until an alternative solution is found. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f765c497..4705e8a0 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ any issues regarding security or privacy, please disclose the information responsibly by sending an email to security at lightning dot engineering, preferably [encrypted using our designated PGP key (`91FE464CD75101DA6B6BAB60555C6465E5BCB3AF`) which can be found -here](https://pgp.mit.edu/pks/lookup?op=vindex&search=0x555C6465E5BCB3AF). +here](https://gist.githubusercontent.com/Roasbeef/6fb5b52886183239e4aa558f83d085d3/raw/1d03e006e88edeb7ff5ac6e025f6e861a45ac41c/security@lightning.engineering). ## Further reading * [Step-by-step send payment guide with docker](https://github.com/lightningnetwork/lnd/tree/master/docker)