55[id="adding-source-provider_{context}"]
66= Adding a source provider
77
8- You can add a VMware source provider by using the {project-short} web console.
8+ You can add VMware as a source provider by using the {project-short} web console.
99
1010.Prerequisites
1111
@@ -18,22 +18,22 @@ You can add a VMware source provider by using the {project-short} web console.
1818. Select *VMware* from the *Type* list.
1919. Fill in the following fields:
2020
21- * *Name*: vCenter name to display in the list of providers
22- * *Hostname or IP address*: vCenter host name or IP address
23- * *Username*:
vCenter admin user name, for example, `
[email protected] `
24- * *Password*: vCenter password
25- * *Certificate SHA1 Fingerprint*: vCenter server SSL SHA 1 fingerprint
21+ * *Name*: Name to display in the list of providers
22+ * *Hostname or IP address*: ESXi host name or IP address
23+ * *Username*:
ESXi admin user name, for example, `
[email protected] `
24+ * *Password*: ESXi admin password
25+ * *Certificate SHA1 Fingerprint*: ESXi SHA- 1 fingerprint
2626+
27- To obtain the vCenter server SSL fingerprint, enter the following command:
27+ To obtain the ESXi SHA-1 fingerprint, enter the following command:
2828+
2929[source,terminal]
3030----
3131$ openssl s_client \
32- -connect <vcenter .example.com>:443 < /dev/null 2>/dev/null \ <1>
32+ -connect <www .example.com>:443 < /dev/null 2>/dev/null \ <1>
3333 | openssl x509 -fingerprint -noout -in /dev/stdin \
3434 | cut -d '=' -f 2
3535----
36- <1> Specify the vCenter server host name.
36+ <1> Specify the ESXi host name.
3737
3838. Click *Add* to add and save the provider.
3939+
0 commit comments