-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/tls: add locally signed certificates #3930
Conversation
Awesome! Thanks for working on this. This looked great to me on a first pass, though I didn't get a chance to test it for real yet. Given the similarity between
Recently I worked on a family of resources in the AWS provider: My intuition is telling me that if we were to add Do you think we could use a similar pattern here as I did for the AMI resources? I'm thinking of creating a |
Sure, I'll review Thanks for taking a look! |
This allows you to generate and sign certificates using a local CA.
Updated, let me know if that's what you were thinking. I also created a |
Sorry for the delay on this one. Looking good! 🚢 |
Awesome, thanks! Looking forward to the ACME as well. |
…go-v1.13.21 deps: Bump [email protected]
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This allows you to generate and sign certificates using a local CA.
It's based on
tls_self_signed_cert
and shares much of the code, tests, and docs.Example