Sign inSign up

tangowithfoxtrot/certgen

By tangowithfoxtrot

Updated over 3 years ago

A quick way to generate certs for testing.

Image
0

327

tangowithfoxtrot/certgen repository overview

A quick way to generate certs for testing

https://github.com/tangowithfoxtrot/certgen

Usage
Docker Run

docker run -v $(pwd)/certs:/data -e DOMAIN=some.local.domain tangowithfoxtrot/certgen:latest

Docker Compose
version: '3.3'
services:
  self-signed:
    image: tangowithfoxtrot/certgen:latest
    environment:
    - DOMAIN=some.local.domain
    volumes:
    - ./certs:/data

Tag summary

Content type

Image

Digest

sha256:956a8cd5a

Size

4.4 MB

Last updated

over 3 years ago

docker pull tangowithfoxtrot/certgen