Control Web Panel

WebPanel => SSL => Topic started by: bullten on August 07, 2018, 05:36:07 AM

Title: [BUG] AutoSSL Centos 6
Post by: bullten 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.
Title: Re: [BUG] AutoSSL Centos 6
Post by: josemnunez on August 08, 2018, 02:22:52 PM
You could confirm if the certificate is valid for www and without www
Title: Re: [BUG] AutoSSL Centos 6
Post by: bullten 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.
Title: Re: [BUG] AutoSSL Centos 6
Post by: josemnunez on August 09, 2018, 02:21:09 AM
Wait for our next update and this error will be resolved, thank you for notifying
Title: Re: [BUG] AutoSSL Centos 6
Post by: glorency 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