-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Feature: Add ability to issue a aws_acm_certificate
from a private CA (acmcpa
)
#5550
Comments
Hi @TFaga Thanks for submitting this feature request. Its important to note that ACM and ACMPCA are different at the SDK level and use different API endpoints. For implementing this support, we will want to create a completely separate resource to handle these concerns. 👍 |
Hi @bflad Thanks for getting back. From my understanding, the certificates found in the If however, you want to generate a managed certificates from a PCA that functions the same as the public certificates (i.e. keys managed by AWS and usable in integrated services), you need to issue the certificate with the So to summarize we could do two things:
|
Ah ha! Okay I see what you mean there is a difference between these two:
In your case, you are correct that for the first case, we can (and should 😄 ) do this with the existing resource. The second will need to be a separate resource. My apologies for the confusion. |
When will this feature get released? Are there any alternative to generate private certificate using the current version of terraform? |
Hi is there any news on being able to use aws_acm_certificate to issue private certificates, Can use aws_acmpca_certificate_authority for creating a pca but dont seem to be able to use this through tf at mo? |
@bflad Please ensure the 2 PRs for this issue are properly reviewed asap. This functionality has been available in the AWS SDK for over a year now. TF is generally better about staying on top of new features. |
Hi folks 👋 Support for issuing private certificates via a new If you're interesting in additional functionality, such as issuing ACM PCA certificates (not through ACM), please file new feature request issues for further triage. Thanks. |
This has been released in version 2.23.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
Support for issuing certificates (
aws_acm_certificate
) with a private CA (`aws_acmpca_certificate_authority) from the certificate manager.Currently there is no option to pass in the
arn
of a private CA in order to issue a private certificate instead of a default public one.I can tackle this myself if I didn't miss something.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: