mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
Fix typos.
This commit is contained in:
@@ -44,10 +44,10 @@ var generateKey = func(kty, crv string, size int) (interface{}, interface{}, err
|
||||
return keys.GenerateKeyPair(kty, crv, size)
|
||||
}
|
||||
|
||||
// SoftKSM is a key manager that uses keys stored in disk.
|
||||
// SoftKMS is a key manager that uses keys stored in disk.
|
||||
type SoftKMS struct{}
|
||||
|
||||
// New returns a new SoftKSM.
|
||||
// New returns a new SoftKMS.
|
||||
func New(ctx context.Context, opts apiv1.Options) (*SoftKMS, error) {
|
||||
return &SoftKMS{}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user