将 EC2 ssh .pem 密钥转换为 Azure X.509 证书?

将 EC2 ssh .pem 密钥转换为 Azure X.509 证书?

通常我使用pem文件通过以下方式登录我的 ec2 实例

ssh -i key.pem

现在,在 Azure 中,他们在创建实例时的要求是

UPLOAD AN SSH KEY OR PROVIDE A PASSWORD FOR AUTHENTICATION
You can upload an X.509 certificate (in .cer or .pem format) or provide your password to      
sign in to a virtual machine.

那么如何将 pem 转换为 X.509 证书?

答案1

Azure 文档讨论了这一点这里。出于某种原因,他们要求您上传封装在无用的自签名 X.509 证书中的 SSH 公钥。很奇怪。

相关内容