
VoiceIn API Web Service using jersey on Beanstalk.
https://voicein-web-service.us-west-2.elasticbeanstalk.com
Prerequisite
- Jre 1.8
- Java 1.8
mvn clean install-
Put the credential file provided by sslforfree in
/usr/share/tomcat7/webapps/.well-known/acme-challengefolder if using Tomcat as web server. -
Add HTTPS(443) inboud/outbound rule in Security Group which binds to the load balancer used by beanstalk's application.
-
Go to the settings of
Listenersin EC2 -> Load Balancers console. -
Change the
Load Balancer ProtocaltoHTTPSand upload the SSL Certificates provided by sslforfree. -
Go to the settings of
Load Balancerunder beanstalk application'sConfigurationand enable theSecure listener port.
Refer to wiki