HTTPS Certificate for internal use

前端 未结 6 1546
星月不相逢
星月不相逢 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:18

    You have two practical options:

    1. Stand up your own CA. You can do it with OpenSSL and there's a lot of Google info out there.

    2. Keep using your self-signed cert, but add the public key to your trusted certs in the browser. If you're in an Active Directory domain, this can be done automatically with group policy.

提交回复
热议问题