I deployed my Laravel-5.8 application using Ubuntu-18. I used singular IP for the the domain. I obtained the SSL, and it operates on https
https://myapp.com
https://company1.myapp.com
To this point everything works fine.
But I decided to add two more sub-domains using:
sudo certbot --nginx -d company2.myapp.com -d www.company2.myapp.com
sudo certbot --nginx -d company3.myapp.com -d www.company3.myapp.com
Suddenly, I found that:
https://company2.myapp.com
https://company3.myapp.com
are no more opening but got this error:
your connection to this site is not secure
Then in /etc/letsencrypt/live/ only myapp.com and company1.myapp.com folders are found there.
How do I resolve this?
Thanks
1.4m articles
1.4m replys
5 comments
57.0k users