Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 10, 2024
1 parent 4c0bb54 commit 268779d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
18 changes: 12 additions & 6 deletions acmpca-eks-cert-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ not nor will it create any local files, so no longer do you need to add files to
is not created).

This module returns:
- certificate\_tls\_key: the base64 PEM formatted key. This is what you need to use in the helm chart for `tls.key`.
- certificate\_tls\_crt: the base64 PEM formatted certificate and chain. This is what you need to use in the helm chart for `tls.crt`.
- certificate\_key: the PEM formatted key. It is here for reference, but should not be needed by `cert-manager`.
- certificate\_csr: the certificate signing requested. It is here for reference, but should not be needed by `cert-manager`.
- certificate: the PEM formatted signed certificate from ACM-PCA. It is here for reference, but should not be needed by `cert-manager`.
- certificate\_chain: the PEM formatted certificate chain (issuer, intermediates, root). It is here for reference, but should not be needed by `cert-manager`.
- certificate\_tls\_key
The base64 PEM formatted key. This is what you need to use in the helm chart for `tls.key`.
- certificate\_tls\_crt
The base64 PEM formatted certificate and chain. This is what you need to use in the helm chart for `tls.crt`.
- certificate\_key
The PEM formatted key. It is here for reference, but should not be needed by `cert-manager`.
- certificate\_csr
The certificate signing requested. It is here for reference, but should not be needed by `cert-manager`.
- certificate
The PEM formatted signed certificate from ACM-PCA. It is here for reference, but should not be needed by `cert-manager`.
- certificate\_chain
The PEM formatted certificate chain (issuer, intermediates, root). It is here for reference, but should not be needed by `cert-manager`.

It takes two arguments, the `cluster_name` and the `contact_email`, which should be a group email address. Currently, and ACM-PCA Certificate
does not permit the use of Tags, so this email address is intended to be used at a future time through a to-be-established tracking system.
Expand Down
18 changes: 12 additions & 6 deletions acmpca-eks-cert-manager/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@
* is not created).
*
* This module returns:
* - certificate_tls_key: the base64 PEM formatted key. This is what you need to use in the helm chart for `tls.key`.
* - certificate_tls_crt: the base64 PEM formatted certificate and chain. This is what you need to use in the helm chart for `tls.crt`.
* - certificate_key: the PEM formatted key. It is here for reference, but should not be needed by `cert-manager`.
* - certificate_csr: the certificate signing requested. It is here for reference, but should not be needed by `cert-manager`.
* - certificate: the PEM formatted signed certificate from ACM-PCA. It is here for reference, but should not be needed by `cert-manager`.
* - certificate_chain: the PEM formatted certificate chain (issuer, intermediates, root). It is here for reference, but should not be needed by `cert-manager`.
* - certificate_tls_key
* The base64 PEM formatted key. This is what you need to use in the helm chart for `tls.key`.
* - certificate_tls_crt
* The base64 PEM formatted certificate and chain. This is what you need to use in the helm chart for `tls.crt`.
* - certificate_key
* The PEM formatted key. It is here for reference, but should not be needed by `cert-manager`.
* - certificate_csr
* The certificate signing requested. It is here for reference, but should not be needed by `cert-manager`.
* - certificate
* The PEM formatted signed certificate from ACM-PCA. It is here for reference, but should not be needed by `cert-manager`.
* - certificate_chain
* The PEM formatted certificate chain (issuer, intermediates, root). It is here for reference, but should not be needed by `cert-manager`.
*
* It takes two arguments, the `cluster_name` and the `contact_email`, which should be a group email address. Currently, and ACM-PCA Certificate
* does not permit the use of Tags, so this email address is intended to be used at a future time through a to-be-established tracking system.
Expand Down

0 comments on commit 268779d

Please sign in to comment.