Report this

What is the reason for this report?

Let's Encrypt and and Wiki.js Marketplace Install

Posted on July 5, 2020

I set up Wiki.js with Let’s Encrypt by following https://docs.requarks.io/install/digitalocean. Currently https://domain.com works without issue and https://www.domain.com results in a security warning.

I asked in the Requarks Slack and they told me that I can only have an SSL certificate for either the www or non-www version of the domain. That doesn’t seem right?

What’s the best way to resolve this? Can I follow this guide to install Apache? Will that impact the existing install?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

You can make sure that the SSL Certificate covers both www and non-www version of your domain name when you issue the SSL Certificate.

For example when you’re using certbot this will be the command you would want to use:

  1. sudo certbot --nginx -d example.com -d www.example.com

As you can see the command covers both www and non www version.

Hope that this helps!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.