macbook關於https 證書.p12檔案轉出私鑰,公鑰,crt檔案,cre檔案
緣由:使用postman整理公司的介面文件,有對https的請求;需要使用到證書的相關檔案。
首先:會有一個 test.p12檔案。
p12檔案是公司運維發配的,我檢視資料,生成過程如下:
1:pfx 檔案 生成 pem 檔案。
openssl pkcs12 -in test.pfx -out test.pem
2:pem檔案 生成
openssl pkcs12 -export -in test.pem -out test.p12
3:p12檔案 生成 crt檔案
openssl pkcs12 -in test.p12 -out test.crt -nokeys -clcerts
4:p12檔案 生成 cre檔案
openssl x509 -inform pem -in test.crt -outform der -out test.cer
5:p12檔案 生成 key
openssl pkcs12 -in test.p12 -nocerts -nodes -out test.key
6:p12檔案 生成 私鑰
openssl rsa -in test.key -out pri.pem
7:p12檔案 生成 公鑰
openssl rsa -in test.key -pubout -out pub.pem
相關文章
- 【加密演算法】PFX檔案提取公鑰私鑰加密演算法
- 如何獲取SSL證書private key私鑰檔案
- 關於證書,如何使用 go 語言從 pfx 檔案中提取出私鑰Go
- SSH公鑰私鑰認證原理
- 【教程】uni-app iOS打包解決profile檔案與私鑰證書不匹配問題APPiOS
- 關於https 證明公開金鑰正確性的證書HTTP
- iOS釋出證書.p12檔案無密碼解決辦法及匯出帶密碼的新.p12檔案方法iOS密碼
- 一個蘋果證書怎麼多次使用——匯出p12檔案蘋果
- TLS、SSL、CA 證書、公鑰、私鑰。。。今天捋一捋!TLS
- 公鑰和私鑰
- 將 crt 檔案匯入到 jks 檔案 -cg
- 關於os認證和口令檔案認證(轉)
- 提取Windows使用者金鑰檔案cachedumpWindows
- shell給授權檔案新增私鑰並修改訪問修改時間
- 金鑰,私鑰,公鑰的區分
- openSSL生成公鑰和私鑰
- 證書-雙證書請求檔案
- 蘋果證書(.p12)和描述檔案(.mobileprovision)的快速申請蘋果
- 隱藏Android簽名檔案和金鑰資訊Android
- 私鑰與公鑰有何不同?
- SSH 公鑰私鑰的生成管理
- 01_私鑰、公鑰和地址
- php中的公鑰和私鑰PHP
- php使用openssl生成公鑰私鑰PHP
- 檔案關聯 (轉)
- 關於os認證和口令檔案認證
- 完成ssh無密碼的驗證,採用公鑰、私鑰密碼
- 如何使用Web3j生成私鑰和地址,而不只是建立金鑰儲存JSON檔案?WebJSON
- OpenSSL 公鑰私鑰加解密封裝解密封裝
- 使用openssl生成rsa公鑰和私鑰
- [SSL]公鑰與私鑰典型應用
- 關於PDF檔案解密解密
- 關於 ylepub 檔案格式
- oracle 關於--控制檔案Oracle
- iOS新建推送證書無法生成p12檔案的解決辦法iOS
- GBFF檔案轉GFF檔案
- 請教關於利用跟蹤檔案重建控制檔案
- 轉:電子取證中AVI檔案的檔案雕復