建立 Azure VM 的公鑰的格式是什麼? 2024-6-24 • openssl azure 我有一個 openssl 公鑰檔案。我將其轉換為 Azure 的 PEM 格式。 但是,當我嘗試用它創建一個天藍色虛擬機器時,它給了我以下訊息: The certificate is in an invalid format. X.509 standard format in a .cer or .pem file is supported. 我究竟做錯了什麼? 更新: 我的 .pem 檔案的第一行如下所示: -----BEGIN RSA PUBLIC KEY----- 相關內容