-
Hello, I used DockerVersion, how can I add my SSL certificate? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
To get https you have to setup a reverse proxy for Overseerr as it does not support ssl by itself. Reverse proxy is more secure anyway look into nginx reverse proxy manager it's a docker container very easy to use. |
Beta Was this translation helpful? Give feedback.
-
A check the box option would be ideal. Said check box would grab a Let's Encrypt cert based on the hostname. Of course verify that A and or AAAA DNS exists and matches IP first and port 80 and 443 are open. Then if so grab the cert and apply. That's the "easy" button way I'd go about it. Then have a more advanced option to use a TLS Proxy. |
Beta Was this translation helpful? Give feedback.
-
I was able to figure out how to setup nginx as a primary with signed ssls through certbot, and I was able to get it so I don't have to expose the ports and have it on a private network in docker! |
Beta Was this translation helpful? Give feedback.
-
Finally figured it out on Synology. The easy way, use the built in nginx server. 🥇
Add:
Get Cert Via certbot:
On Windows Files Created at:
DSM 6: DSM 7: Note: DSM 6 supports TLS 1.2 as Modern Compatibility while DSM 7.0 support TLS 1.3 as Modern Compatibility. Unless someone found a way to enable TLS 1.3 on DSM 6? Just doing
|
Beta Was this translation helpful? Give feedback.
To get https you have to setup a reverse proxy for Overseerr as it does not support ssl by itself. Reverse proxy is more secure anyway look into nginx reverse proxy manager it's a docker container very easy to use.