generate REQ_FQDN.pem (private key) and REQ_FQDN.csr (request) in /work
usage (in /bin/ash):
# req.shdocker-compose.yml:
openssl:
image: 'belco94/alpine-openssl:latest'
restart: always
stdin_open: true
tty: true
volumes:
- 'ssl_data:/work'
environment:
REQ_FQDN: test.example.com
REQ_DN_C: RU
REQ_DN_ST: Saint-Petersburg
REQ_DN_L: Saint-Petersburg
REQ_DN_O: MyOrganisation
REQ_DN_OU: MyOU
networks:
internal_net:
Content type
Image
Digest
Size
6.6 MB
Last updated
about 5 years ago
docker pull belco94/alpine-openssl