I created the following CNAME DNS in my CloudFare account.
Type Name Content Proxy Status CNAME * maindomain.me DNS only CNAME maindomain.me subdomain.duckdns.org DNS only
The SSL Certificate was created in NGINX Proxy Manager as shown below with no errors and it's active.
*.subdomain.duckdns.org subdomain.duckdns.org
I also have 3 hosts created in NGINX Proxy Manager:
Source Destination Status subdomain.duckdns.org http://192.168.100.10:30020 Online nextcloud.maindomain.me http://192.168.100.10:9001 Online jellyfin.maindomain.me http://192.168.100.10:30013 Online
Port Forwarding:
- NPM HTTP: 80 (WAN) to 30021 (LAN)
- NPM HTTPS: 443 (WAN) to 30022 (LAN)
- NPM WebUI: 30020 (WAN) to 30020 (LAN)
I'm still facing the "not secure" SSL certificate error and need some help. Do I need to forward port 30020 to access NPM since it's already set up as subdomain.duckdns.org?
*.subdomain.duckdns.org
. When you want to access your services overmaindomain.me
you will also need certificates formaindomain.me
(and*.maindomain.me
).