我已使用以下命令将rsa密钥转换为pem
openssl rsa -in ~/.ssh/id_rsa -outform pem > id_rsa.pem
但是,当我尝试将此密钥上传到Azure托管的ubuntu服务器时,出现错误
The certificate is in an invalid format. X.509 standard format in a .cer or .pem file is supported.
将rsa密钥转换为pem格式的正确方法是什么?
它不是空的
—
克里斯
不过,您将如何进行转换?
—
克里斯(Chris)
这种方法对我有用。您打算如何处理?
—
Louis Matthijssen 2014年
Azure仅接受.pem或.cer密钥,因此我无法使用id_rsa密钥
—
chris
id_rsa.pem
空的吗