Skip to content

Commit

Permalink
Create alias kms.Type
Browse files Browse the repository at this point in the history
  • Loading branch information
maraino committed Aug 17, 2022
1 parent 574609b commit 4a56649
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kms/kms.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ type CertificateManager = apiv1.CertificateManager
// Options are the KMS options. They represent the kms object in the ca.json.
type Options = apiv1.Options

// Type represents the KMS type used.
type Type = apiv1.Type

// Default is the implementation of the default KMS.
var Default = &softkms.SoftKMS{}

Expand Down

0 comments on commit 4a56649

Please sign in to comment.