Skip to content

Commit

Permalink
renamed profile option PrivateKeyLocation (#423)
Browse files Browse the repository at this point in the history
Co-authored-by: sredny buitrago <[email protected]>
(cherry picked from commit 9ba9f0b)
  • Loading branch information
sredxny authored and Tyk Bot committed Nov 5, 2024
1 parent 4ac45b8 commit 0c35fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/jwe/JWE.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:"-"`
}

Expand Down

0 comments on commit 0c35fac

Please sign in to comment.