Basic container with AWS CLI and dehydrated ready to go
1.9K
Dehydrated is a very simple shell script that implements the letsencrypt/acme client protocol and impressively facilitates an easy DNS based challenge to Route 53, the benefits of the DNS challenge is that you will not expose any services to the internet, and you can even run this as part of a CI/CD pipeline without having any servers.
In particular, this container is leveraged in a Concourse pipeline to get the necessary publicly trusted certificates that a PCF installation would need without exposing anything.
If this is your first time using the container:
accounts folder), your certificates (ends up in a certs folder).domains.txt folder that contains the domain you want to create, for example:
example.com *.example.com *.dev.example.com *.sys.dev.example.com *.uaa.sys.dev.example.com *.login.sys.dev.example.com *.apps.dev.example.com
export AWS_ACCESS_KEY_ID=blahblahblah
export AWS_SECRET_ACCESS_KEY=blahblahblah
run.sh (or look at the docker run command inside it for a general idea of what is going on)Content type
Image
Digest
Size
61.2 MB
Last updated
about 7 years ago
docker pull voor/dehydrated-route53