Re: [SSL CERTS] Importing ROOT and INTERMEDIATE certs for SSVM

2016-04-01 Thread Nux!
.li...@gmail.com> > To: dev@cloudstack.apache.org > Sent: Friday, 1 April, 2016 01:09:56 > Subject: Re: [SSL CERTS] Importing ROOT and INTERMEDIATE certs for SSVM > I have a web-service that serves CloudStack templates, the SSL on the > download web service is signed by internal

Re: [SSL CERTS] Importing ROOT and INTERMEDIATE certs for SSVM

2016-03-31 Thread ilya
I have a web-service that serves CloudStack templates, the SSL on the download web service is signed by internal CA. This means i need to inject the intermediate CA as well as ROOT CA into SSVM's java keystore - for java client to be able to recognize the Certs and download the template from

RE: [SSL CERTS] Importing ROOT and INTERMEDIATE certs for SSVM

2016-03-29 Thread Suresh Sadhu
: Re: [SSL CERTS] Importing ROOT and INTERMEDIATE certs for SSVM Ilya, to my knowledge the certificate won't be saved on file. It will be loaded from the command coming from the MS in the agent directly. Why are you looking to update the ssvm? I thought these are only used in the consoleproxy

Re: [SSL CERTS] Importing ROOT and INTERMEDIATE certs for SSVM

2016-03-29 Thread Daan Hoogland
Ilya, to my knowledge the certificate won't be saved on file. It will be loaded from the command coming from the MS in the agent directly. Why are you looking to update the ssvm? I thought these are only used in the consoleproxy. On Tue, Mar 29, 2016 at 12:17 AM, ilya

[SSL CERTS] Importing ROOT and INTERMEDIATE certs for SSVM

2016-03-28 Thread ilya
I'm having difficulty getting ROOT and INTERMEDIATE certificates to show up in SSVM java keystore. I've followed the procedure on http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.8/systemvm.html?highlight=pkcs and