How remove certificate on my server

Hello,

I had one of my domain it works well with godaddy certificate. but when i install letsencrypt with an another domain on the same ip, i can’t access my domain https with godaddy. what can i do?

Thanks.

Maybe you can give some more information about what kind of software you’re using, how you installed the certificates, and what kind of errors you see?

To get thing straight.

Your setup is like on GoDaddy

DomainA.com - 8.8.8.8
DomainB.com - 8.8.8.8

You installed GoDaddy certificate and works well for DomainA.com.
You installed LetsEcnrypt on DomainB.com doenst work.

You need to install your GoDaddy cert manually, this has nothing to do with your LetsEncrypt.

Check your Apache/Ngnx vhost, can u show us whats in it?
Did you do:

./letsencrypt-auto -d www.domaindb.com -d domainb.com

Installed/Updated needed Python libaries?

apt-get install build-essential python-pip git libssl-dev libffi-dev python-dev
pip install pythonbrew
pythonbrew_install
source "$HOME/.pythonbrew/etc/bashrc"

pythonbrew install 2.7.10
pythonbrew switch 2.7.10
pythonbrew use 2.7.10

pip install virtualenv
pip install pyopenssl ndg-httpsclient pyasn1
pip install cryptography

Hope this will help you to figure your problem out!