Hi everybody
I don’t know yet what’s turn wrong .
OS: Debian Jessie
Techno: Docker LAMP
service : phpipam
I’m using a debian Jessie as a server and run some docker in it to experiment and testing some tool .
I’ve a domain “ordinatous.com” and a hosting on OVH server. My debian Jessie is in self hosting, so I declare a rediction in my OVH dns for the sub_domain , as I use to do.
I try to use letsencrypt in a docker to see how it was easy, and it was; I had succés , and also send the the mail to FSF.
I cloned the certbot git :
git clone https://github.com/certbot/certbot.git
And from the certbot directory:
./letsencrypt-auto certonly --webroot --webroot-path /var/www/html/ --domains ipam.ordinatous.com --agree-tos --text --email contact@ordinatous.com
https://ipam.ordinatous.com get a valid certificate and everything was green .
Few minutes later when I tried to connect again on https://ipam.ordinatous.com Firefox doesn’t whant to connect, and I receive a warn and that seem my cert was sign by comodoro .
Few minute later https://ipam.ordinatous.com was redirected on the OVH webmail.
And finaly I can’t find anymore the web site from is name, but I can by the IP address:
If some people had an idea.