Author Topic: [BUG] AutoSSL Centos 6  (Read 7333 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
[BUG] AutoSSL Centos 6
« on: August 07, 2018, 05:36:07 AM »
admin/index.php?module=ssl_certificate

Clicking renew

Produces error

[Tue Aug  7 01:33:27 EDT 2018] Renew: 'domain.com'
[Tue Aug  7 01:33:27 EDT 2018] 'domain.com' is not a issued domain, skip.

As this command is trying to run

sh /root/.acme.sh/acme.sh --home /root/.acme.sh/cwp_certs --renew -d domain.com --force --debug

but it should run

sh /root/.acme.sh/acme.sh --home /root/.acme.sh/cwp_certs --renew -d www.domain.com --force --debug

www is missing in front of domain.

Offline
*****
Re: [BUG] AutoSSL Centos 6
« Reply #1 on: August 08, 2018, 02:22:52 PM »
You could confirm if the certificate is valid for www and without www

Offline
***
Re: [BUG] AutoSSL Centos 6
« Reply #2 on: August 09, 2018, 12:19:39 AM »
Certificate is valid for www and non www but it will only reissue if www is used.

Offline
*****
Re: [BUG] AutoSSL Centos 6
« Reply #3 on: August 09, 2018, 02:21:09 AM »
Wait for our next update and this error will be resolved, thank you for notifying

Offline
**
Re: [BUG] AutoSSL Centos 6
« Reply #4 on: March 14, 2019, 07:11:25 AM »
admin/index.php?module=ssl_certificate

Clicking renew

Produces error

[Tue Aug  7 01:33:27 EDT 2018] Renew: 'domain.com'
[Tue Aug  7 01:33:27 EDT 2018] 'domain.com' is not a issued domain, skip.

As this command is trying to run

sh /root/.acme.sh/acme.sh --home /root/.acme.sh/cwp_certs --renew -d domain.com --force --debug

but it should run

sh /root/.acme.sh/acme.sh --home /root/.acme.sh/cwp_certs --renew -d www.domain.com --force --debug

www is missing in front of domain.


Just create a cname records for that domain with www , if missing