Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#aws
Title
h
helpful-easter-62786
06/28/2022, 2:59 PM
Can anyone recommend a simple solution to generating a self signed cert and adding it and the private key to a Fargate ecs instance?
b
billowy-army-68599
06/28/2022, 3:20 PM
this is an example of generating a self signed cert:
https://github.com/jaxxstorm/pulumi-examples/blob/main/typescript/misc/self_signed_cert/index.ts
if you want to add it to fargate ecs you'd need to buid it into your image
or add it to a load balancer
3 Views
Post