From 766d6e357c4b6d312c14bc807b75af5ca8e480ad Mon Sep 17 00:00:00 2001 From: D Stephenson Date: Wed, 13 May 2026 14:44:45 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20RADIUS=20key=20default=20=E2=80=94=20repl?= =?UTF-8?q?ace=20double-encoded=20value=20with=20correct=20plaintext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous default (NZXMkUA62QZHfG3FTYNCz4Y) was already base64-encoded, causing the config generator to double-encode it via b64(). Updated to the correct plaintext key (4VXMKUA62QZHFG3FTYNCZ4Y) so b64() produces the right key-encrypted value in the switch config output. Co-Authored-By: Claude Sonnet 4.6 --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index e21828c..1cd05d1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -736,7 +736,7 @@
RADIUS KEY (plaintext) - +
SNMP AUTH (checkmk)