Control Web Panel

WebPanel => SSL => Topic started by: cali_sushi on May 23, 2018, 07:44:10 PM

Title: AutoSSL Renew of LetsEncrypt: "A certificate for this domain already exists"
Post by: cali_sushi on May 23, 2018, 07:44:10 PM
Hi all,

Sorry if this has already been answered, I searched through many posts, but couldn't find a resolution to this particular issue.

Issue: I tried to "Renew" my LE SSL, it said it successfully updated, but it did not (site still had expired SSL).

Steps taken:

Any help that could be provided would be very useful

(https://i.imgur.com/f3Afgny.png)
Title: Re: AutoSSL Renew of LetsEncrypt: "A certificate for this domain already exists"
Post by: pixelpadre on May 23, 2018, 11:31:23 PM
Lets encrypt has been removed from the CWP gui.  No one gave us any notice.  Now what are we supposed to do?
Title: Re: AutoSSL Renew of LetsEncrypt: "A certificate for this domain already exists"
Post by: josemnunez on May 24, 2018, 08:25:56 AM
After removing your ssl, the name of your domain appears here

/usr/local/apache/conf.d/vhosts-ssl.conf
Title: Re: AutoSSL Renew of LetsEncrypt: "A certificate for this domain already exists"
Post by: Jamshed Datori on May 24, 2018, 09:14:12 AM
I am facing the same error upon installing new LE SSL for a domain.
Title: Re: AutoSSL Renew of LetsEncrypt: "A certificate for this domain already exists"
Post by: josemnunez on May 24, 2018, 09:31:34 AM
your server is in nginx?
Title: Re: AutoSSL Renew of LetsEncrypt: "A certificate for this domain already exists"
Post by: Jamshed Datori on May 24, 2018, 10:48:18 AM
your server is in nginx?


Apache. Contact CWP team is denying the fact and refused to help in this regard. :(
Title: Re: AutoSSL Renew of LetsEncrypt: "A certificate for this domain already exists"
Post by: hamizulfaiz on May 24, 2018, 04:16:03 PM
Hey guys. just wanted to share. i just got it to work just now.

here is what i do:


so, pretty much working actually. its just a minor bug on the ajax of the cwp panel. LE itself works.

inspect element. edit the html directly like this:
(https://image.ibb.co/e0Kv1T/Screen_Shot_2018_05_25_at_12_07_25_AM.png)

for the button. remove the disabled attribute and class
(https://preview.ibb.co/mL0zvo/Screen_Shot_2018_05_25_at_12_12_38_AM.png)

yeah. i do this and the ssl installed perfectly.

hope this helps!  ;)

DISCLAIMER: this is for domain without any ssl only
Title: Re: AutoSSL Renew of LetsEncrypt: "A certificate for this domain already exists"
Post by: josemnunez on May 24, 2018, 11:01:53 PM
Update CWP and try again, I think everything is resolved
Title: Re: AutoSSL Renew of LetsEncrypt: "A certificate for this domain already exists"
Post by: studio4host on May 25, 2018, 12:17:09 PM
you can report all issues at cwp contact so this issues could be investigated by cwp developers
http://centos-webpanel.com/contact
Title: Re: AutoSSL Renew of LetsEncrypt: "A certificate for this domain already exists"
Post by: johnny09 on May 28, 2018, 06:27:48 AM
Same problem her, when removing cert from

http://forum.centos-webpanel.com/ssl/how-to-install-multiple-ssl-certificates-on-shared-ip:

/etc/pki/tls/certs/yourdomain.tld.csr (generate with SSL generator)
/etc/pki/tls/private/yourdomain.tld.key (generate with SSL generator)
/etc/pki/tls/certs/yourdomain.tld.crt (by your SSL dealer, the web server certificate inside, you adapt)
/etc/pki/tls/certs/yourdomain.tld.bundle (by your SSL dealer, the CA intermediate inside, you adapt)
a symbolic link /etc/pki/tls/certs/yourdomain.tld.cert pointing on yourdomai.tld.crt

I cant remove it, get the error and  I cant install the cert once again, it stores some were else some info....
Title: Re: AutoSSL Renew of LetsEncrypt: "A certificate for this domain already exists"
Post by: josemnunez on May 29, 2018, 09:07:48 AM
Valid that the name of the domain is not in this file
Code: [Select]

/usr/local/apache/conf.d/vhosts-ssl.conf

Title: Re: AutoSSL Renew of LetsEncrypt: "A certificate for this domain already exists"
Post by: buracat on June 11, 2018, 01:12:13 AM
Hey guys. just wanted to share. i just got it to work just now.

here is what i do:

  • go to AutoSSL (FREE) tab
  • select the desired username
  • then you see the error right? keep calm. and inspect element on the select input and edit as html
  • you will now edit the html using your domain name in the value of the select
  • then inspect element on the button as well. remove class disabled and remove attribute disabled="disabled" using your inspect element edit as html

so, pretty much working actually. its just a minor bug on the ajax of the cwp panel. LE itself works.

inspect element. edit the html directly like this:
(https://image.ibb.co/e0Kv1T/Screen_Shot_2018_05_25_at_12_07_25_AM.png)

for the button. remove the disabled attribute and class
(https://preview.ibb.co/mL0zvo/Screen_Shot_2018_05_25_at_12_12_38_AM.png)

yeah. i do this and the ssl installed perfectly.

hope this helps!  ;)

DISCLAIMER: this is for domain without any ssl only

Thanks