VMware CLOUD DIRECTOR 1.0 Instrukcja Użytkownika Strona 17

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 34
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 16
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 <http> (RETURN if same as keystore password):
2 Create a certificate signing request for the HTTP service.
This command creates a certificate signing request in the file http.csr.
keytool -keystore certificates.ks -storetype JCEKS -storepass
passwd
-certreq -alias http -
file http.csr
3 Create an untrusted certificate for the console proxy service host.
This command adds an untrusted certificate to the keystore file created in Step 1.
keytool -keystore certificates.ks -storetype JCEKS -storepass
passwd
-genkey -keyalg RSA -
alias consoleproxy
In response to the keytool question:
What is your first and last name?
enter the fully qualified domain name of the console proxy service host. For the remaining questions,
provide answers appropriate for your organization and location, as shown in the example in Step 1.
4 Create a certificate signing request for the console proxy service.
This command creates a certificate signing request in the file consoleproxy.csr.
keytool -keystore certificates.ks -storetype JCEKS -storepass
passwd
-certreq -alias
consoleproxy -file consoleproxy.csr
5 Send the certificate signing requests to your Certification Authority.
6 When you receive the signed certificates, import them into the keystore file.
a Import the Certification Authority's root certificate into the keystore file.
This command imports the root certificate from a file named root.cer into the keystore file
certificates.ks.
keytool -storetype JCEKS -storepass
passwd
-keystore certificates.ks -import -alias root
-file root.cer
b (Optional) If you have received any intermediate certificates, import them into the keystore file
This command imports intermediate certificates from a file named intermediate.cer into the keystore
file certificates.ks.
keytool -storetype JCEKS -storepass
passwd
-keystore certificates.ks -import -alias
intermediate -file intermediate.cer
c Import the host-specific certificate for the HTTP service.
This command imports the certificate from a file named http.cer into the keystore file certificates.ks.
keytool -storetype JCEKS -storepass
passwd
-keystore certificates.ks -import -alias http
-file http.cer
d Import the host-specific certificate for the console proxy service.
This command imports the certificate from a file named consoleproxy.cer into the keystore file
certificates.ks.
keytool -storetype JCEKS -storepass
passwd
-keystore certificates.ks -import -alias
consoleproxy -file consoleproxy.cer
Chapter 1 Overview of VMware Cloud Director Installation and Configuration
VMware, Inc. 17
Przeglądanie stron 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 33 34

Komentarze do niniejszej Instrukcji

Brak uwag