How to create IoT x509 Certificate using CDK? #19852
Answered
by
peterwoodworth
entest-hai
asked this question in
Q&A
-
AWS CLI creates a IoT x509 certificate as the following command
How to do the same thing in CDK? |
Beta Was this translation helpful? Give feedback.
Answered by
peterwoodworth
Apr 11, 2022
Replies: 2 comments
-
You can create an x509 certificate with the This is essentially same thing as the CloudFormation's Iot::Certificate, so I suggest reading through those docs and the docs linked there for more information. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
peterwoodworth
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can create an x509 certificate with the
Iot.CfnCertificate
constructThis is essentially same thing as the CloudFormation's Iot::Certificate, so I suggest reading through those docs and the docs linked there for more information.