Install Wildcard Certificate onto AWS EC2 Load Balancer

前端 未结 3 650
灰色年华
灰色年华 2021-02-04 05:39

I\'m having trouble. I followed a guide that I found here

http://www.thenetworkadministrator.net/index.php/2011/12/iis-ssl-certificate-into-amazon-elastic-load-balancer/

3条回答
  •  伪装坚强ぢ
    2021-02-04 06:29

    Please read the post: AWS Load Balancer SSL limitations. The following solution worked for me:

    openssl rsa -in server.key -text
    

    Then copy and paste the produced output between (including):

    -----BEGIN RSA PRIVATE KEY-----
    

    and

    -----END RSA PRIVATE KEY-----
    

    AWS Load Balancer had accepted this key successfully.

提交回复
热议问题