Skip to content

Commit

Permalink
Update kms/pkcs11/pkcs11.go
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 Feb 15, 2024
1 parent e924984 commit 8f5d176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kms/pkcs11/pkcs11.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func New(_ context.Context, opts apiv1.Options) (*PKCS11, error) {
}

// We will allow empty pins as some modules might not have a pin by default.
// This is the case of softokn used to read NSS databases.
// This is the case for softtoken, which is used to read NSS databases.
config.Pin = u.Pin()
if config.Pin == "" && opts.Pin != "" {
config.Pin = opts.Pin
Expand Down

0 comments on commit 8f5d176

Please sign in to comment.