Posted in: Aws代维
AWS Load Balancers SSL/HTTPS 設定
Load Balancers SSL/HTTPS
準備好憑證(.key 與 .crt)
將憑證轉成 .pem 格式
openssl x509 -in mycert.crt -out mycert_crt.pem -outform PEM
openssl x509 -in mycert.key -out mycert_key.pem -outform PEM
打開 EC2 console
點擊 EC2 Dashboard > NETWORK & SECURITY 底下的 Load Balancers
選擇自己的 Load Balancers ,並選擇 Listeners tab
Important :
上圖中 H...