Hola, I installed my mainsite using a Wildcard Let's Encrypt certificate and HSTS. I'm using Cloudflare. Can't use WP Multisite because some plugins I'm using don't work.
I want to install WP on a subdomain to have a translated version of the main site, i.e. en.mainsite.com.
How can I do that? Considering that I alredy have SSL certificates. Should I not use the --letsencrypt flag and later just copy the certificates from the main site to the new subdmain site?
I'm asking because in the main site, Let's encrypt modifies the configuration of several NGiNX files, creates the corresponding subdirectories for the certificates, etc. and wonder if I don't use the --letencrypt flag during creation, I won't have any of those configuration applied to the subdomain site, right?
Gracias,