Skip to content

1.0.0

Compare
Choose a tag to compare
@Bobonium Bobonium released this 26 Jun 14:25
· 1 commit to main since this release
  • 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 a kubernetes_secret as it is
    • ca - crt and key of the CA used to sign the certificate
    • tls - crt and key of the signed certificate
    • crt - 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