From 0c35fac8713d9dcb9f1a722545e7b981f5f595a0 Mon Sep 17 00:00:00 2001 From: "Sredny M." Date: Tue, 5 Nov 2024 09:42:14 -0300 Subject: [PATCH] renamed profile option PrivateKeyLocation (#423) Co-authored-by: sredny buitrago (cherry picked from commit 9ba9f0b62d686f4993ac4c41b3d71ccb80256f66) --- internal/jwe/JWE.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/jwe/JWE.go b/internal/jwe/JWE.go index e08eb9f9..a812421c 100644 --- a/internal/jwe/JWE.go +++ b/internal/jwe/JWE.go @@ -13,7 +13,7 @@ import ( type Handler struct { Enabled bool `json:"Enabled"` - PrivateKeyLocation string `json:"Private_key_location"` + PrivateKeyLocation string `json:"PrivateKeyLocation"` Key *tls.Certificate `json:"-"` }