VMware Cloud Community
AlKos
Contributor
Contributor

Authentication in VRM Server

In KB: 2013275 there are two methods of verification certificates - trust the certificate, the trust thumbprint.
How do the currently used method of verification in the VRM Server.
How do I change the method of verification

Thank you

Ales

Reply
0 Kudos
2 Replies
admin
Immortal
Immortal

Hi Alkos

Could you please check below steps is working or not .

Step 1

Create an untrusted certificate for the HTTP service host.

This command creates an untrusted certificate in a keystore file named

certificates.ks.

keytool -keystore certificates.ks -storetype JCEKS -storepass

passwd -genkey -keyalg RSA -

alias http

In response to the keytool question:

What is your first and last name?

enter the fully qualified domain name of the HTTP service host. For the remaining

questions, provide

answers appropriate for your organization and location, as shown in this example.

What is your first and last name? [Unknown]:

mycloud.example.com

What is the name of your organizational unit? [Unknown]:

Engineering

What is the name of your organization? [Unknown]:

Example Corporation

What is the name of your City or Locality? [Unknown]:

Palo Alto

What is the name of your State or Province? [Unknown]:

California

What is the two-letter country code for this unit? [Unknown]:

US

Is CN=mycloud.example.com, OU=Engineering, O="Example Corporation", L="Palo Alto",

ST=California, C=US correct?[no]:

yes

Enter key password for  (RETURN if same as keystore password):

"Before you judge a man, walk a mile in his shoe."
Reply
0 Kudos
AlKos
Contributor
Contributor

Thanks

How can I created this store to use the VRM server?

Regards

AlKos

Reply
0 Kudos