dkeshri/ca-cert
This repository will help users to create Certificate Authority
46
This image will help user to create Certificate Authourity. They can use that certificate to sign certificate for the server. and Install this CACert to client machine so that SSL Certification will have complete handshake, and browser will validate server certificate valid.
Note:
docker run -v pathToHostMachine:/etc/certificate --name ca-cert dkeshri/ca-cert
On Windows machine let's say you want to generate certificate at path D:/Dev/CACert
docker run -v D:/Dev/CACert:/etc/certificate --name ca-cert dkeshri/ca-cert
Windows
certutil.exe -addstore root D:\Dev\CACert\StoreCA.crt
docker pull dkeshri/ca-cert