need to create certificate with open SSL

牧云@^-^@ 提交于 2021-01-29 19:42:25

问题


I have two servers and on server A I have the open SSL install and on server B, I don't have the open SSL install now if I create a key pair and generate a CSR from server A for server B and get it signed by my root authority and place it on my server B now how this will work when the private key is still present on my server A as I have done everything on server A and just place the signed certificate on server B. how server B will decrypt the traffic when it didn't have the private key.

OpenSSL genrsa -out marvels.gq.key 4096 openssl req -new -key marvels.gq.key -out marvels.gq.csr

来源:https://stackoverflow.com/questions/60494429/need-to-create-certificate-with-open-ssl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!