av在线影院,91大神精品网站在线观看,黑丝美女被草,欧美人人爽,欧美美女视频在线,美女视频黄色的免费的,国产美女视频免费高视频

56
證書格式轉(zhuǎn)換

證書格式轉(zhuǎn)換

負(fù)載均衡只支持PEM格式的證書,其它格式的證書需要轉(zhuǎn)換格式后,才能上傳到負(fù)載均衡。我們使用openssl工具進(jìn)行轉(zhuǎn)換。

.crt結(jié)尾的證書,實(shí)際上就是PEM格式的,只需將內(nèi)容黏貼進(jìn)進(jìn)去即可。

PFX轉(zhuǎn)換為PEM

PFX格式通常在Windows Server中使用

提取私鑰:

openssl pkcs12 -in certname.pfx -nocerts -out key.pem -nodes

提取證書:

openssl pkcs12 -in certname.pfx -nokeys -out cert.pem

P7B轉(zhuǎn)換為PEM

P7B格式通常在Windows Server和Tomcat中使用

證書轉(zhuǎn)化:

openssl pkcs7 -print_certs -in incertificate.p7b -out outcertificate.cer

DER轉(zhuǎn)換為PEM

DER格式通常在Java平臺(tái)中使用

證書轉(zhuǎn)化:

openssl x509 -inform der -in certificate.cer -out certificate.pem

私鑰轉(zhuǎn)化:

openssl rsa -inform DER -outform PEM -in privatekey.der -out privatekey.pem

這條幫助是否解決了您的問(wèn)題? 已解決 未解決

提交成功!非常感謝您的反饋,我們會(huì)繼續(xù)努力做到更好! 很抱歉未能解決您的疑問(wèn)。我們已收到您的反饋意見,同時(shí)會(huì)及時(shí)作出反饋處理!

https://s19.#/z_stat.php?id=1261961198&web_id=1261961198