Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented tls_x509_crl resource #73

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update tls/resource_cert_revocation_list.go
Co-Authored-By: Mateusz Gozdek <mateusz@kinvolk.io>
  • Loading branch information
fllaca and invidian authored Apr 11, 2020
commit 679c9d587a012aa6c26aaf58f906226f991ebc9c
2 changes: 1 addition & 1 deletion tls/resource_cert_revocation_list.go
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ func resourceCertRevocationList() *schema.Resource {
"ca_key_algorithm": &schema.Schema{
Type: schema.TypeString,
Required: true,
Description: "Name of the algorithm used to generate the CRL's private key",
Description: "Name of the algorithm used by the CA private key",
ForceNew: true,
},
}