Sign inSign up

belco94/alpine-openssl

By belco94

Updated about 5 years ago

alpine with openssl

Image
0

172

belco94/alpine-openssl repository overview

generate REQ_FQDN.pem (private key) and REQ_FQDN.csr (request) in /work

usage (in /bin/ash):

# req.sh

docker-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:

Tag summary

Content type

Image

Digest

Size

6.6 MB

Last updated

about 5 years ago

docker pull belco94/alpine-openssl