Modified openssl with extensions requiered by AWS ACM
Dockerfile: https://gitlab.com/juanesech/openssl-acm/blob/master/Dockerfile
Use: docker run --rm -ti juanesech/openssl-acm
Example:
docker run --rm -ti -v $PWD:$PWD -w $PWD
juanesech/openssl-acm req -new -key server.key
-subj /C=CO/ST=COLOMBIA/L="CITY"/O="COMPANY S.A"/OU="DIRECCION DE SEGURIDAD CORPORATIVA"/CN=cert.domain.com
-out cert.csr
Content type
Image
Digest
Size
4.8 MB
Last updated
about 8 years ago
docker pull juanesech/openssl-acm