這篇文章帶給大家的內容是關於導入由其他工具產生的 RSA 金鑰對的公鑰部分,有一定的參考價值,有需要的朋友可以參考一下,希望對你有所幫助。
ImportKeyPair
匯入由其他工具產生的 RSA 金鑰對的公鑰部分。匯入金鑰對後,我們會為您保管公鑰部分,您需要自行妥善保存金鑰對的私鑰部分。
描述
呼叫該介面時,您需要注意:
您在每個地域的金鑰對數最高為500 對。
匯入的金鑰對的必須支援下列任一種加密方式:
rsa
#dsa
ssh-rsa
ssh-dss
ecdsa
ssh-rsa-cert-v00@openssh.com
ssh-dss-cert-v00@openssh.com
#ssh-dss-cert-v00@openssh.com
ssh-rsa-cert-v01@openssh.com
ssh-dss-cert-v01@openssh.com
ecdsa-sha2-nistp256-cert-v01@openssh.com
ecdsa-sha2-nistp384-cert-v01@openssh.com
ecdsa-sha2-nistp521-cert-v01@openssh.com請求參數
#返回參數
範例
請求範例
https://ecs.aliyuncs.com/?Action=ImportKeyPair &RegionId=cn-qingdao &PublicKeyBody=xxxxxxxxxxxxxx &KeyPairName=test &<公共请求参数>傳回範例
XML 格式
<ImportKeyPairResponse> <RequestId>473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E</RequestId> <KeyPairName>test</KeyPairName> <KeyPairFingerPrint> 89:f0:ba:62:ac:b8:aa:e1:61:5e:fd:81:69:86:6d:6b:f0:c0:5a:d7</KeyPairFingerPrint> </ImportKeyPairResponse>JSON 格式
{ "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E" "KeyPairName": "test" "KeyPairFingerPrint": "89:f0:ba:62:ac:b8:aa:e1:61:5e:fd:81:69:86:6d:6b:f0:c0:5a:d7" }
##錯誤碼
#### ###以下為本介面特有的錯誤碼。更多錯誤碼,請造訪 API 錯誤中心。 ######以上是導入由其他工具產生的 RSA 金鑰對的公鑰部分的詳細內容。更多資訊請關注PHP中文網其他相關文章!