VMware Cloud Community
sunny1986
Enthusiast
Enthusiast

Unable to change console proxy settings in vcloud director 5.5 ?

Dear all,

I have configured Vmware vcloud director 5.5, now I want to regenerate the certificates, when I am running the below command, I am getting an error saying "Permission Denied" Kindly let me know the solution for this.

/opt/vmware/vcloud-director/jre/bin/keytool -genkey -keystore

/opt/vmware/vcloud-director/data/transfer/certificates.ks

-storetype JCEKS -storepass passwd -keyalg RSA -validity 731 -alias consoleproxy


					
				
			
			
				
			
			
			
			
			
			
			
		
Reply
0 Kudos
1 Reply
IamTHEvilONE
Immortal
Immortal

FYI, if that folder is the NFS share for transfer, you can hit odd permissions issues despite being root.

move the certificates keystore out to /tmp or something like that and try again as root.  Also, you'll want to make your keysize at least 2048 ... since I think the default in java is still 1024.

Also, it looks like you're trying to execute the file rather than run the keytool command to update.  I haven't tried doing something like this, but you should be running keytool like it shows in the documentation.

Reply
0 Kudos