Skip to content

Commit

Permalink
Added HTTPS functionality to the ALB
Browse files Browse the repository at this point in the history
  • Loading branch information
susarlam committed Nov 15, 2017
1 parent 40dfbaf commit 3038e74
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions templates/webserver.template
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
"Default": "",
"Description": "The ARN of the SSL certificate to use for the load balancer. [optional]",
"Type": "String"
},
}
},
"Mappings": {
"AWSAMIRegionMap": {
Expand Down Expand Up @@ -1248,14 +1248,8 @@
"HTTPS",
"HTTP"
]
},
"Certificates": [
{
"CertificateArn": {
"Ref": "SSLCertificateId"
}
}
]
}

}
},
"ALBListenerCertificate": {
Expand Down

0 comments on commit 3038e74

Please sign in to comment.