Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
  • Loading branch information
maraino and hslatman committed Mar 19, 2024
1 parent f6e8fe8 commit 3a9d874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kms/mackms/mackms.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ func (k *MacKMS) LoadCertificate(req *apiv1.LoadCertificateRequest) (*x509.Certi
//
// Valid names (URIs) are:
// - "" will use the common name as the label
// - "mackms:" will use the common
// - "mackms:" will use the common name
// - "mackms:label=my-label" will use "my-label"
// - "mackms:my-label" will use the "my-label"
func (k *MacKMS) StoreCertificate(req *apiv1.StoreCertificateRequest) error {
Expand Down

0 comments on commit 3a9d874

Please sign in to comment.