SSL cert for local ip and external ip?

  • So iv gotten LetsEncrypt plugin to work with my domain and setup the omv webGUI to be accessed from my domain. When I try to access my OMV webGUI from its external and internal ip I get the good old invalid saying that the cert is for my domain not this ip can I fix this issue when accessing via the IPs.

  • I had the same Problem and i used this solution:


    You need to configure your local DNS server (router, OMV Box) so it will answer DNS requests with your local IP.


    For example:


    Your public domains is "omv.domain.com"
    The IP of your OMV Box is 192.168.0.33


    Configure your DNS Server with the IP 192.168.0.33 for the Domain omv.domain.com.


    You can do this by using your OMV machine as your local DNS server (with dnsmasq plugin).


    You need to change the following file:


    /etc/resolvconf/resolv.conf.d/base


    add the following entry (replace with your adress and IP):


    omv.domain.com 192.168.0.33


    and restart the dnsmasq service.


    Works great for me!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!