Thanks Shavindri!! Appreciate your efforts!!
On Fri, Sep 4, 2015 at 3:28 PM, Shavindri Dissanayake
wrote:
> Hi Imesh,
>
> Thank you! I will work with Reka and add the respective content. Further,
> created a doc JIRA to track the progress of this.
>
> [1] https://wso2.org/jira/browse/DOCUMENTATI
It would be better to add this to the documentation.
Thanks
On Fri, Sep 4, 2015 at 3:11 PM, Reka Thirunavukkarasu 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
> st
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 -
Great work Reka on fixing the SSL configuration!!
On Tue, Sep 1, 2015 at 3:17 PM, Reka Thirunavukkarasu wrote:
> Please find the missing section as below:
>
> - Update /bin/nginx-extension.sh with below
> parameters
> -Dnginx.cert.path=/etc/nginx/ssl/server.cert
> -Dnginx.key.pat
Please find the missing section as below:
- Update /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
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 nigi