HTTPS Certificate for internal use

前端 未结 6 1545
星月不相逢
星月不相逢 2020-12-12 15:06

I\'m setting up a webserver for a system that needs to be used only through HTTPS, on an internal network (no access from outside world)

6条回答
  •  执念已碎
    2020-12-12 15:25

    I did the following, which worked nicely for me:

    I got a wildcard SSL cert for *.mydomain.com (Namecheap, for example, provide this cheaply)

    I created a CNAME DNS record pointing "mybox.mydomain.com" at "mybox.local".

    I hope that helps - unfortunately you'll have the expense of a wildcard cert for your domain name, but you may already have that.

提交回复
热议问题