This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
So I have a VPS that is running OpenVPN server and forwards traffic on Port 443 to Port 444 on my UnRAID server via the OpenVPN tunnel.
So far so good. Nextcloud in docker on Port 444 is working fine but I would like to get rid of the certificate mismatch warning when accessing it. Since I have a domain pointing to my VPS this should not be hard, right?
I guess I could forward my VPS's port 80 to 81 on the UnRAID machine and to issue/renew certificates stop the nextcloud docker, run a let's encrypt docker to get new certs and then restart the nextcloud docker.
But how do I make the nextcloud docker container use these new certs instead of the pre-installed self-signed ones?
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/unRAID/comm...