A certificate authority environment for development.
ONLY USE THIS SETUP IN DEVELOPMENT. NEVER USE THIS IN PRODUCTION
Fist of all, you have to start you dev-ca environment. Here you have 2 options:
-
Use docker compose:
Simply run
docker compose upin your the root directory of this project. -
Use docker Development Environments (Preview):
Open Docker Desktop, go to Dev Environments, paste
https://github.com/fischerscode/dev-cain url field and press create.
Once the dev-ca environment has started, you should be able to access the PowerDNS-Admin UI. After creating a new account, you can edit the DNS settings, the certificate authority uses.
This project has been inspired by pschiffe/docker-pdns!