Original reported by @cellango:
Docker container works great without certs.
#!/bin/bash
docker run -it -d
-p 443:443
-p 80:80
-p 3306:3306
-v /home/centos/docker/docker-misp/misp-db:/var/lib/mysql
-v /home/centos/docker/docker-misp/certs:/etc/ssl/private
harvarditsecurity/misp
misp.crt and misp.key file in /home/centos/docker/docker-misp/certs. Also put the org master and intermediate in /etc/pki/ca-trust/source/anchors. Is there a way to debug what is going on?
@cellango - When I test with generating custom certs:
@cellango - When I test with generating custom certs:
Which produces:
Then running docker with:
I do see the cert:
What problem are you seeing?