amazon web services - https secure on AWS ec2 -
i have app running on aws ec2 (all fine) want use https need certificate? , input traffics ports have set speciffic number - app supported node , express
for https, yes need certificate. can use aws certificate manager obtain certificate.
since using nodejs application, can use nginx proxy terminate https.
for https default port 443.
you can refer this documentation configure https termination.
Comments
Post a Comment