RE: Changing the SSL certificate for my own realhostip [HOWTO]

2014-03-05 Thread Nux!
On 05.03.2014 19:17, Suresh Sadhu wrote: I have tested with self-signed ssl certificate with my own local domain name(replaced realhost with my domain by following steps mentioned in the CTX support article) on my test setup..cpvm recreated successfully and console access with new domain name

RE: Changing the SSL certificate for my own realhostip [HOWTO]

2014-03-05 Thread Suresh Sadhu
: Nux! [mailto:n...@li.nux.ro] Sent: 05 March 2014 23:12 To: dev@cloudstack.apache.org Subject: Re: Changing the SSL certificate for my own realhostip [HOWTO] Hi, Wrote in a hurry a small article about how I got it done: http://www.nux.ro/archive/2014/03/Run_your_own_realhostip.html -- Sent

Re: Changing the SSL certificate for my own realhostip [HOWTO]

2014-03-05 Thread Nux!
Hi, Wrote in a hurry a small article about how I got it done: http://www.nux.ro/archive/2014/03/Run_your_own_realhostip.html -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

RE: Changing the SSL certificate for my own realhostip

2014-03-02 Thread Nux!
On 02.03.2014 19:04, Suresh Sadhu wrote: In case if you use x.509 complaint certificate and PKCS#8 Private Key as per cloudstack documentation then we need to provide the details like below: 1) copy server.crt content [i.e your generated x.509 complaint certificate content : copy from ' --

RE: Changing the SSL certificate for my own realhostip

2014-03-02 Thread Suresh Sadhu
ruary 2014 18:30 To: dev@cloudstack.apache.org Subject: Re: Changing the SSL certificate for my own realhostip There are three text fields, (1) copy certificate.crt and ca_bundle.crt, paste into the first text fields. (2) copy your key to the second (3) input your domain suffix 2014-02-28 13:23

Re: Changing the SSL certificate for my own realhostip

2014-03-01 Thread Nux!
On 28.02.2014 14:32, Wei ZHOU wrote: Can you visit the console by IE or Chrome? I managed to do it by modifying the DB, Billy's comments helped https://mail-archives.apache.org/mod_mbox/cloudstack-users/201402.mbox/%3C017b01cf348a%24c5739010%24505ab030%24%40dynamicquest.com%3E Also Chip's inst

Re: Changing the SSL certificate for my own realhostip

2014-02-28 Thread Amogh Vasekar
Hi, When trying with a self-signed cert I faced similar issues on FF. Adding it manually into FF (Preferences -> Advanced -> Certificates -> View Certificates) did it for me. HTH, Amogh On 2/28/14 6:55 AM, "Nux!" wrote: >On 28.02.2014 14:32, Wei ZHOU wrote: >> Can you visit the console by IE o

Re: Changing the SSL certificate for my own realhostip

2014-02-28 Thread Nux!
On 28.02.2014 14:32, Wei ZHOU wrote: Can you visit the console by IE or Chrome? Hm, indeed, I tried Chromium and Opera and they do not complain. Only Firefox and Seamonkey: The certificate is not trusted because no issuer chain was provided. At least we know the certificates get imported in

Re: Changing the SSL certificate for my own realhostip

2014-02-28 Thread Wei ZHOU
Can you visit the console by IE or Chrome? 2014-02-28 15:18 GMT+01:00 Nux! : > On 28.02.2014 13:57, Wei ZHOU wrote: > >> Yes. >> >> You need to download the Intermediate CA and import it into Firefox. >> URL: >> https://support.comodo.com/index.php?_m=downloads&_a= >> viewdownload&downloaditemid

Re: Changing the SSL certificate for my own realhostip

2014-02-28 Thread Nux!
On 28.02.2014 13:57, Wei ZHOU wrote: Yes. You need to download the Intermediate CA and import it into Firefox. URL: https://support.comodo.com/index.php?_m=downloads&_a=viewdownload&downloaditemid=122&nav=0,1 Firefox: Tools > Options > Advanced > Certificates/Encryption: View Certificates > Auth

Re: Changing the SSL certificate for my own realhostip

2014-02-28 Thread Wei ZHOU
Yes. You need to download the Intermediate CA and import it into Firefox. URL: https://support.comodo.com/index.php?_m=downloads&_a=viewdownload&downloaditemid=122&nav=0,1 Firefox: Tools > Options > Advanced > Certificates/Encryption: View Certificates > Authorities > Import 2014-02-28 14:50 G

Re: Changing the SSL certificate for my own realhostip

2014-02-28 Thread Nux!
On 28.02.2014 13:45, Wei ZHOU wrote: Did you use firefox? Yes, does it matter? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

Re: Changing the SSL certificate for my own realhostip

2014-02-28 Thread Wei ZHOU
Please input the correct domain suffix. If you donot know it ,you can get the owner of cert by keytool keytool -printcert -v -file 2014-02-28 13:59 GMT+01:00 Wei ZHOU : > There are three text fields, > (1) copy certificate.crt and ca_bundle.crt, paste into the first text > fields. > (2) copy y

Re: Changing the SSL certificate for my own realhostip

2014-02-28 Thread Wei ZHOU
Did you use firefox? 2014-02-28 14:07 GMT+01:00 Nux! : > On 28.02.2014 12:59, Wei ZHOU wrote: > >> There are three text fields, >> (1) copy certificate.crt and ca_bundle.crt, paste into the first text >> fields. >> (2) copy your key to the second >> (3) input your domain suffix >> > > This I hav

Re: Changing the SSL certificate for my own realhostip

2014-02-28 Thread Nux!
On 28.02.2014 12:59, Wei ZHOU wrote: There are three text fields, (1) copy certificate.crt and ca_bundle.crt, paste into the first text fields. (2) copy your key to the second (3) input your domain suffix This I have already done and while I got no error in the UI, when trying to open up the c

Re: Changing the SSL certificate for my own realhostip

2014-02-28 Thread Wei ZHOU
There are three text fields, (1) copy certificate.crt and ca_bundle.crt, paste into the first text fields. (2) copy your key to the second (3) input your domain suffix 2014-02-28 13:23 GMT+01:00 Nux! : > Hi, > > I'm trying to implement my own realhostip and I have a problem with adding > the cer

Changing the SSL certificate for my own realhostip

2014-02-28 Thread Nux!
Hi, I'm trying to implement my own realhostip and I have a problem with adding the certificate. What I have is a Comodo wildcard ca_bundle, crt and key in pem format (for use with Apache HTTPD) and Cloudstack is asking for "X.509 compliant SSL certificate" and "PKCS#8 Private Key". I have ne