We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574609b commit 4a56649Copy full SHA for 4a56649
kms/kms.go
@@ -20,6 +20,9 @@ type CertificateManager = apiv1.CertificateManager
20
// Options are the KMS options. They represent the kms object in the ca.json.
21
type Options = apiv1.Options
22
23
+// Type represents the KMS type used.
24
+type Type = apiv1.Type
25
+
26
// Default is the implementation of the default KMS.
27
var Default = &softkms.SoftKMS{}
28
0 commit comments