You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2018. It is now read-only.
if you have a us domain like mysite.com it will generate certs for both domain mysite.com AND www.mysite.com
But there is a bug that if you have a non us domain like mysite.com.br (with 2 dots) it will only generate cert for one domain: www.mysite.com.br OR mysite.com.br - never both. This causes a series of issues on some browsers like firefox that it will say your site is insecure if you access from www/non-www option even you make a redirection.
i solved the issue changing the '1 ===' to '2 ===' and '2 ===' to '3 ===' as a emergency correction as all my domains are non us: ATTENTION this is not a recommended solution as it will not work with a us domain like .com