Skip to content

Commit

Permalink
fix certificate renewal broken due to wrong struct annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Schwan committed Sep 21, 2021
1 parent 2d30341 commit 0aa0acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apple_xserver_certs/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type (
aplCSR struct {
CSR string
CertRequestNo int
CertificateSerialNumber string `plist:"-,omitempty"`
CertificateSerialNumber string `plist:"CertificateSerialNumber,omitempty"`
Description string
ServiceType string
}
Expand Down

0 comments on commit 0aa0acc

Please sign in to comment.