AWS Certificate Management 匯入自帶憑證 若想要將自帶憑證匯入 AWS ACM 裡,該怎麼做?登入到 AWS Console,進入【Certificate Management】服務,按【Import a certificate】,如下圖 ACM 匯入憑證,須轉換 pem 編碼的 body、chain、private key 的格式 一般我們拿到的憑證格式為 *.crt、*.cer、*.key (private key or public key),而我們要用 Openssl 工具把它轉換成 pem 格式若已經將 openssl 下載後並壓縮後放在 C 槽。請開啟命令提示字元,並將路徑指向 openssl 的資料夾,如下圖: Private key 的檔案為 *.key指令為:openssl rsa -in xxxxxxx.key -text把下面這串貼到 ACM 的 Certificate private key* 欄位—–BEGIN RSA PRIVATE KEY—–(tons of text)—–END RSA PRIVATE KEY—– Public certificate 的檔案為 *.crt,轉出來的碼,貼到 ACM 的 Certificate body*指令為:openssl x509 -inform PEM -in www_example_com.crt—–BEGIN CERTIFICATE—–(tons of text)—–END CERTIFICATE—– Chain,檔案可能像 GS_Chain_SHA2.cer 或 *.cer用記事本開啟,把字串複製,貼到ACM的Certificate chain 分別貼到 AWS ACM 的每個欄位 確認一下 domain 有沒有錯,憑證時間…etc,按下【Import】 以上就完成囉! Cook with me Share this content Opens in a new window X Opens in a new window Facebook Opens in a new window WhatsApp You Might Also Like AWS 的 Time Sync Service (校時服務) 2019-05-24 備份軟體支援AWS S3 要怎麼做? 2018-07-24 AWS資源文章分享 2019-05-28 發佈留言 取消回覆CommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) 在瀏覽器中儲存顯示名稱、電子郵件地址及個人網站網址,以供下次發佈留言時使用。