Can I use LE in PWA & subdomain?

My domain is: still under development but it’s PWA

I need to have 3 domains as below

https://myPWA.com

https://admin.myPWA.com

Yes, there’s nothing special about PWAs that prevent you from creating and using a Let’s Encrypt certificate.

Thanks for info but I’m not sure if I need normal SSL certificate / subdomain / wild card is needed in this case ?

Regards,
Vikram

@vikramvi,

You could use a wildcard certificate to cover everything under *.mypwa.com or a certificate with multiple SANs to cover specifically mypwa.com and admin.mypwa.com.

An example of a multiple SAN certificate issuance can be found here.

certbot certonly --webroot -w /var/www/example -d www.example.com -d example.com -w /var/www/other -d other.example.net -d another.other.example.net

Please note that you should use the staging environment while testing because the production environment has strict rate limits.

1 Like

Thanks a ton for detailed clarification

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.