My Synology NAS is capable of running the web interface via HTTPS. By default, you access the NAS via its name (say, mynas
) so http(s)://myname:5001
or http(s)://myname.local
. It defaults to an SSL certificate for synology.com
.
You can create a new cert using Let's Encrypt; you forward the required ports from your router to your NAS, I created a sub domain from a domain I own and updated the DNS to point towards my home ip. (e.g. home.my-domain-i-own.com
)
I was hoping I could enter myname;myname.local
as subject alternative names, so I can browse my NAS internally via HTTPS without warning. However, Let's Encrypt doesn't accept domain names it can't validate, apparently.
My question: how to solve the issue I can use a Let's Encrypt cert with my domain mynas.local
without any warnings?