Prajithp / letsencrypt-cpanel

cPanel/WHM plugin for Let's Encrypt client
MIT License
179 stars 61 forks source link

Issue with www #87

Closed hostfusion closed 7 years ago

hostfusion commented 7 years ago

Hello,

from last update the plugin only install the certificate on https://domain.com not https://www.domain.com not include the www for certificate. Are this ok ? or have missing something ? Are There any way to fix this issue ?

Regards

PS

BeZazz commented 7 years ago

The only way I can get it to work is by adding

RewriteRule ^.well-known(.*)$ - [L,NC]

to the top of the .htaccess file

Prajithp commented 7 years ago

@hostfusion Will check it and let you know,

hostfusion commented 7 years ago

@Prajithp Thanks, i note that this issue happen in the cPanels accounts when install the certificate, although selections in the dialog box the domain with www only installs for the domain without www, but if you install from whm manager work fine, install for all with o without www, for this i think the issue is with the cPanel manager. I hope this help.

Regards

PS

hostfusion commented 7 years ago

Hi @Prajithp do you have news ? :)

Regards

PS

Prajithp commented 7 years ago

@hostfusion @BeZazz Can you please check this and let me know?

hostfusion commented 7 years ago

@Prajithp Thanks, my first test its ok :) Fixed #87

Prajithp commented 7 years ago

Thanks @hostfusion for the confirmation