From f3bb49dea8bee16254e43c5a76c95cdb3ec3f0ea Mon Sep 17 00:00:00 2001 From: John Lotoski Date: Tue, 16 Apr 2024 18:50:36 -0500 Subject: [PATCH] imp: rm expired DNS from explorer cert, failing acme renewal --- nix/metal/explorer/aux-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/metal/explorer/aux-config.nix b/nix/metal/explorer/aux-config.nix index ffc97d7d6..533c9d76f 100644 --- a/nix/metal/explorer/aux-config.nix +++ b/nix/metal/explorer/aux-config.nix @@ -14,7 +14,7 @@ in { mainnet = lib.recursiveUpdate default { explorerHostName = "explorer.cardano.org"; - explorerAliases = ["explorer.mainnet.cardano.org" "explorer.cardano-mainnet.iohk.io"]; + explorerAliases = ["explorer.cardano-mainnet.iohk.io"]; # WG_PUBKEY: wg pubkey < <(sops -d nix/metal/encrypted/wg/$AWS_EXT_NODES_NODENAME-private) # Attr struct: {name = $AWS_EXT_NODES_NODENAME; publicKey = $WG_PUBKEY;}