# easy-rsa
# https://recap.letzpwn.lu/de/challenges/crypto/myctf-crypto-easy-rsa/
#
# docker compose up
services:
  myctf-crypto-easy-rsa:
    image: anssi/myctf-crypto-easy-rsa:latest
    restart: unless-stopped
    ports:
      - "4000:4000"   # tcp
