Software Alternatives & Reviews

How do I add a https certificate to ALB ?

Let's Encrypt AWS Identity and Access Management AWS Certificate Manager
  1. Let’s Encrypt is a free, automated, and open certificate authority brought to you by the Internet Security Research Group (ISRG).
    Pricing:
    • Open Source
    Buying a domain name is easy, cheap (Route 53, NameCheap), and enables you to actually get TLS certs for free from Amazon Certificate Manager (ACM) or or sites like letsencrypt.org. Putting a free ACM cert on your ALB also manages renewal/rotation if you use ACM's DNS verification.

    #Identity And Access Management #Two Factor Authentication #Security & Privacy 311 social mentions

  2. AWS Identity and Access Management enables you to securely control access to AWS services and resources for your users.
    If all you want is encryption on your ELB, you can generate a self-signed TLS certificate, upload it to either Amazon Certificate Manager (ACM) or AWS Identity and Access Management (IAM), and deploy it to your ALB/NLB/CLB. When you use a self-signed cert, you are acting as the Certificate Authority (CA), which means that nobody will trust the things you sign unless you get them to install your CA cert into their trust list.

    #Identity And Access Management #Identity Provider #SSO 52 social mentions

  3. AWS Certificate Manager from Amazon Web Services (AWS)
    If all you want is encryption on your ELB, you can generate a self-signed TLS certificate, upload it to either Amazon Certificate Manager (ACM) or AWS Identity and Access Management (IAM), and deploy it to your ALB/NLB/CLB. When you use a self-signed cert, you are acting as the Certificate Authority (CA), which means that nobody will trust the things you sign unless you get them to install your CA cert into their trust list.

    #Identity And Access Management #Network & Admin #Two Factor Authentication 23 social mentions

Discuss: How do I add a https certificate to ALB ?

Log in or Post with