Releases: sers-dev/terraform-easy-tls
Releases · sers-dev/terraform-easy-tls
1.0.1
1.0.0
- initial release
- can generate custom ca or will use provided ca from input to sign cert
- allows configuration of rsa_bits, validity_period and early_renewal_period
- provides the following outputs:
all
- can be used as data for akubernetes_secret
as it isca
- crt and key of the CA used to sign the certificatetls
- crt and key of the signed certificatecrt
- crt of both the ca and the signed certificate- this output is the only one not marked sensitive in case you want/need to display the values on the cli
- can be used to add the CA to your trust store