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 <sredny@srednys-MacBook-Pro.local>
  • Loading branch information
sredxny and sredny buitrago authored Nov 5, 2024
1 parent 4ac45b8 commit 9ba9f0b
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 9ba9f0b

Please sign in to comment.