Unofficial docker image of BounCA
10K+
BounCA is a tool to manage your personal SSL certificates and authorities in a central and easy to use interfaces, more information: https://www.bounca.org For docker build see: https://github.com/nvollmar/docker-bounca
To try it out:
# Create dedicated docker network
docker network create net-bounca
# Start fresh postgres db
docker run --rm -d --name postgres --network=net-bounca --network-alias=postgres.net-bounca -e POSTGRES_USER=bounca -e POSTGRES_PASSWORD=bounca postgres:16.1-alpine
# Start BounCA
docker run -p 8080:80 --rm -dit -e BOUNCA_FQDN=localhost --name bounca --network=net-bounca -e DB_PWD=bounca aluveitie/bounca:latest
Access it on http://localhost:8080 and sign up to create your admin user
Content type
Image
Digest
sha256:b6afb6fb8…
Size
239 MB
Last updated
over 1 year ago
docker pull aluveitie/bounca