-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I use multisite? #22
Comments
@Elmit2015 - I'm far from a WordPress expert, and more of a tourist based initially on the requirement that my wife wanted a website, and it seemed like something I could probably figure out myself. Things then slowly grew from there. That said, there looks to be a superset of features when running WordPress in multisite mode WordPress Multisite Network Features
I cannot tell you how to solve it, but I can tell you how I would approach it.
Do feel free to post back what you've learned as I'm sure others would appreciate the knowledge. Best of luck in your endeavors! |
Thanks for the lengthy reply. My current question was only how to get the ssl certificates into the system. Currently we use /letsencrypt/letsencrypt-init.sh |
It's worth looking into wildcard certificates if your domain is going to be the same for all sites. For instance if you'll have a Reference: https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579 |
Here is what I have changed:
I changed in letsencrypt/letsencrypt-init.sh the command (docker run -it --rm ....) to fetch the certificate to: while IFS=' ' read -r line echo $p$p That SAYS it fetches all new certificates. Even with the original script the directories /cert-data remain empty and the certificate is in /certs/live/omicrontek.com/ I expected to get the certificates in the directories: Can you help me to figure out why it didn't go into certs-data ??? How can we fix it? I can now access the site as https://omicrontek.com and https://elmit.org |
OK, I do not need the vhosts file, I can just run several times the ./letsencrypt-init.sh file as: It works, but the certificates are in: However, in the letsencrypt-init.sh is a small error:
or/and maybe it should be also: |
I was asked to use Wordpress with multisite setup.
I know, that it needs to add to wp-config.php:
However, how do I get the ssl certificates for these sites into the system?
The text was updated successfully, but these errors were encountered: