It would be better to add this to the documentation. Thanks
On Fri, Sep 4, 2015 at 3:11 PM, Reka Thirunavukkarasu <[email protected]> wrote: > Thanks Imesh..! > > In addition to above configurations, when using api store and publisher > fronted by nginx, we will need to install the certificate to client trust > store of api maanger with below command. Then only we will be able to login > to publisher or store. > > keytool -import -file server.cert -keystore > ../repository/resources/security/client-truststore.jks -alias "nginx" > > Thanks, > Reka > > > On Thu, Sep 3, 2015 at 9:58 PM, Imesh Gunaratne <[email protected]> wrote: > >> Great work Reka on fixing the SSL configuration!! >> >> On Tue, Sep 1, 2015 at 3:17 PM, Reka Thirunavukkarasu <[email protected]> >> wrote: >> >>> Please find the missing section as below: >>> >>> - Update <nginx-extension-home>/bin/nginx-extension.sh with below >>> parameters >>> -Dnginx.cert.path=/etc/nginx/ssl/server.cert >>> -Dnginx.key.path=/etc/nginx/ssl/server.key >>> -Dnginx.server.names.hash.bucket.size=128 >>> -Dconf.file.path=/etc/nginx/nginx.conf >>> >>> - Start <nginx-extension-home>/bin/nginx-extension.sh >>> >>> Extension will auto configure the nginx.conf with the members found from >>> the Topology and it will start the nginx server. >>> >>> Thanks, >>> Reka >>> >>> >>> On Tue, Sep 1, 2015 at 3:13 PM, Reka Thirunavukkarasu <[email protected]> >>> wrote: >>> >>>> Hi All, >>>> >>>> Nginx extension has been tested with SSL and made the necessary >>>> configuration to be available with the default nginx extension. Please >>>> follow below steps to configure nginx extension with PPaaS. >>>> >>>> - Install nginx with SSL module >>>> - Build the niginx extension from [1]. >>>> - Deploy the built niginx extension >>>> apache-stratos-nginx-extension-4.1.0-SNAPSHOT.zip to the machine where >>>> nginx is installed to a preferred place >>>> - unzip the extension >>>> - Setup java >>>> - Update <nginx-extension-home>/conf/jndi.properties with the activemq >>>> ip which is used by PPaaS server >>>> - Update <nginx-extension-home>/bin/nginx-extension.sh with below >>>> parameters >>>> >>>> >>>> >>>> [1] >>>> https://github.com/wso2/product-private-paas/tree/master/extensions/load-balancer/nginx-extension >>>> >>>> -- >>>> Reka Thirunavukkarasu >>>> Senior Software Engineer, >>>> WSO2, Inc.:http://wso2.com, >>>> Mobile: +94776442007 >>>> >>>> >>>> >>> >>> >>> -- >>> Reka Thirunavukkarasu >>> Senior Software Engineer, >>> WSO2, Inc.:http://wso2.com, >>> Mobile: +94776442007 >>> >>> >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> *Imesh Gunaratne* >> Senior Technical Lead >> WSO2 Inc: http://wso2.com >> T: +94 11 214 5345 M: +94 77 374 2057 >> W: http://imesh.gunaratne.org >> Lean . Enterprise . Middleware >> >> > > > -- > Reka Thirunavukkarasu > Senior Software Engineer, > WSO2, Inc.:http://wso2.com, > Mobile: +94776442007 > > > -- *Imesh Gunaratne* Senior Technical Lead WSO2 Inc: http://wso2.com T: +94 11 214 5345 M: +94 77 374 2057 W: http://imesh.gunaratne.org Lean . Enterprise . Middleware
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
