Use my own SSL-Certificates and not Let's Encrypt? #5179
Replies: 3 comments
-
I up this thread, as I have the same question :)
|
Beta Was this translation helpful? Give feedback.
-
Ok, i answer on my own question :D I use a apache proxy, and it works great, my conf:
|
Beta Was this translation helpful? Give feedback.
-
For anyone else who ends up here (like I did), there is a mention under the HTTPS header on the installation page for software version 2 that says this:
There is a sample config.yml available on GitHub. So, I removed all my environment variables from my Docker command, created a config.yml on my Docker host instead, and then mapped my config.yml into the container in the
And now it works! |
Beta Was this translation helpful? Give feedback.
-
Hey Guys,
i installed Wiki JS following this Article:
https://docs.requarks.io/install/ubuntu and started to use the wiki for my own internal stuff.
Now, i wanted to use https and publish the Server BUT i can not use LE for several reasons (no forwarding of Port 80 etc.).
How can i now use HTTPS and pass my Cert & Key File in this Line?
docker create --name=wiki -e "HERE NOT LE, I WANT TO PASS MY OWN CERTIFICATES" -e SSL_ACTIVE=1 -e DB_TYPE=postgres -e DB_HOST=db -e DB_PORT=5432 -e DB_PASS_FILE=/etc/wiki/.db-secret -v /etc/wiki/.db-secret:/etc/wiki/.db-secret:ro -e DB_USER=wiki -e DB_NAME=wiki -e UPGRADE_COMPANION=1 --restart=unless-stopped -h wiki --network=wikinet -p 80:3000 -p 443:3443 ghcr.io/requarks/wiki:2
Is this possible?
Best Regards, :)
Beta Was this translation helpful? Give feedback.
All reactions