Skip to content

Commit

Permalink
That was the wrong spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthb committed Oct 6, 2023
1 parent 36ca5dd commit b183107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/asgard/requestcontext.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ type identity struct {

// clientCert contains fields related to TLS Client Certificates.
type clientCert struct {
ClientCertPem []byte `json:"clientCertPEM"`
ClientCertPem []byte `json:"clientCertPem"`
IssuerDN string `json:"issuerDN"`
SerialNumber string `json:"serialNumber"`
SubjectDN string `json:"subjectDN"`
Expand Down

0 comments on commit b183107

Please sign in to comment.