A quick way to generate certs for testing.
327
https://github.com/tangowithfoxtrot/certgen
docker run -v $(pwd)/certs:/data -e DOMAIN=some.local.domain tangowithfoxtrot/certgen:latest
version: '3.3'
services:
self-signed:
image: tangowithfoxtrot/certgen:latest
environment:
- DOMAIN=some.local.domain
volumes:
- ./certs:/data
Content type
Image
Digest
sha256:956a8cd5a…
Size
4.4 MB
Last updated
over 3 years ago
docker pull tangowithfoxtrot/certgen