SSL signed certificates for internal use

后端 未结 3 2140
别那么骄傲
别那么骄傲 2021-02-14 05:56

I have a distributed application consisting of many components that communicate over TCP (for examle JMS) and HTTP. All components run on internal hardware, with internal IP add

3条回答
  •  清歌不尽
    2021-02-14 06:38

    I'd say it's reasonably safe, unless you think a ninja infiltrator is going to swap your server on you.

    The 3rd party is there to make it harder to just 'up & generate' a new cert. Someone could re-create a self-signed cert on a new machine with the same details, it wouldn't be the same cert, you'd have to add an exception for it too, but your users probably wouldn't know the difference.

提交回复
热议问题