Community
 
 
 

CloudPlatform 3.x

343 followers
 
Avatar
Erik Godin

Upgrade console proxy SSL certitficate

I'm reading:

 

 

 

http://support.citrix.com/article/CTX136431

 

 

 

The instructions for "upload custom certificate" stat" give the following as the command to be used:

 

 

 

http://<IPAddress>:<Port>/client/api?command=uploadCustomCerti ficate&id=<ID>&sessionkey=<SESSION_KEY>&name=<NAME>&domai nsuffix=<DOMAIN_SUFFIX>&certificate<URL_ENCODED_CERTIFICATE>.

 

 

 

 

 

When I refer to the API guide I don't see anything for sessionkey, does anyone know what this value should be?  I'm referring to the 3.0.6 API documentation as that's what's linked to on the CCP 3.0.7 documentation page.  http://support.citrix.com/article/CTX136928

 

 

 

 


2 comments
0

Please sign in to leave a comment.

 
 

Previous 2 comments

Avatar
Administrator
Avatar

Upgrade console proxy SSL certitficate

Hi Eric,

 

"SessionKey" is retunrned if you use the login API http://cloudstack.apache.org/docs/api/apidocs-4.2/user/login.html. This is assuming you are tryin to upload the key as admin and through 8080 port.

 

In case you have port 8096 port open in CCP you may not have to use the session key while going through that port as admin.

 

HTH.

 

Regards,

 

Abhisek


Abhisek Basu CITRIX EMPLOYEES
Comment actions Permalink
Avatar
Erik Godin

Thank you for your help Abhisek.  I do have one more question relating to SysVMs.  The following article details the steps required to replace the console proxy SSL certificate.  In it, it states:

 

Backup of existing System VM ISO Ensure to backup the existing systemvm.iso (copy systemvm.iso under /usr/share/cloudstack-­?common/vms to a temporary location).

 

(Ref: http://support.citrix.com/article/CTX200100#Backup1)

 

/usr/share/cloudstack-common doesn't exist.  A quick search of the system shows systemvm.iso exists under more than one location:

 

/usr/lib64/cloud/agent/vms

/var/lib/cloud/management/tmp/systemvm.iso

 

 

Is there a way to determine which one is being used?


Comment actions Permalink

Top Contributors