handyman1994
03-16-2009, 09:46 AM
Infrastructure: ESX 3.5
Virtual Center 2.5
15 Windows 2003 Guests
1 Unix guest
Needed to use SSL only for Unix guest (WEB server) not for other Windows VM's
Already created CSR file by enabling SSL in Virtual Center Management Configuration and using these commands:
Creating SSL Certs for Onpremise from a third party vendor:
**this how-to assumes the openssl command is available on the system used to create the private keys**
1. Generate a private key (without a password)
openssl genrsa -des3 -out www.mydomain.com.key 1024
2. Generate a Certificate Signing Request (this certificate will be used to generate our ssl certificate on the third parties site.) opennssl req –new –key www.mydomain.com.key –out www.mydomain.com.csr
3. After submitting your CSR to a third party vendor they will send you a crt file. This file will used in combination with the key we generated in step 1, to upload to our onpremise image.
4. Use the crt file they vendor sends you in combination with the key file you generated to upload to your Onpremise Image. https://<hostname>/controlpanel/actionfiles/sslcert.php
If I disable the SSL setting will the Linux VM still work with SSL. ?
Is it possible to use SSL for only one VM...??
THX!!!
Virtual Center 2.5
15 Windows 2003 Guests
1 Unix guest
Needed to use SSL only for Unix guest (WEB server) not for other Windows VM's
Already created CSR file by enabling SSL in Virtual Center Management Configuration and using these commands:
Creating SSL Certs for Onpremise from a third party vendor:
**this how-to assumes the openssl command is available on the system used to create the private keys**
1. Generate a private key (without a password)
openssl genrsa -des3 -out www.mydomain.com.key 1024
2. Generate a Certificate Signing Request (this certificate will be used to generate our ssl certificate on the third parties site.) opennssl req –new –key www.mydomain.com.key –out www.mydomain.com.csr
3. After submitting your CSR to a third party vendor they will send you a crt file. This file will used in combination with the key we generated in step 1, to upload to our onpremise image.
4. Use the crt file they vendor sends you in combination with the key file you generated to upload to your Onpremise Image. https://<hostname>/controlpanel/actionfiles/sslcert.php
If I disable the SSL setting will the Linux VM still work with SSL. ?
Is it possible to use SSL for only one VM...??
THX!!!