Skip to content

Commit

Permalink
renamed profile option PrivateKeyLocation (#423) (#424)
Browse files Browse the repository at this point in the history
Co-authored-by: sredny buitrago <[email protected]>
(cherry picked from commit 9ba9f0b)

Co-authored-by: Sredny M. <[email protected]>
  • Loading branch information
buger and sredxny authored Nov 5, 2024
1 parent 4ac45b8 commit 39b13bd
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 39b13bd

Please sign in to comment.