Dockerized SSL generator. Using Dehydrated with Let's Encrypt.
1.6K
SSL Generator task defined in Docker
Generate SSL Cert and import to AWS ACM:
APP_ENV=production # or 'staging'
DOMAINS=example.com,www.example.com
CHALLENGETYPE=http-01 # or 'dns-01'
KEYSIZE=2048 # Currently, ACM will not import a keysize above 2048!
[email protected]
OUTPUT_ACM=yes
AWS_DEFAULT_REGION=us-east-1
AWS_ACCESS_KEY_ID=AK*****************
AWS_SECRET_ACCESS_KEY=*********************************
Content type
Image
Digest
Size
89.7 MB
Last updated
over 9 years ago
docker pull cmr1/sslr