Vmsvc/connect: Difference between revisions
Jump to navigation
Jump to search
New page: ==== vimsh vmsvc/connect ==== Usage: connect [hostname] [port] [key] [cert] [product] Connects to product (solo|vpxa|vpxd) listening at hostname on TCP port port using a private key and a... |
m formatted text |
||
Line 2: | Line 2: | ||
Usage: connect [hostname] [port] [key] [cert] [product] | Usage: connect [hostname] [port] [key] [cert] [product] | ||
Connects to product (solo|vpxa|vpxd) listening at hostname on | Connects to product (solo|vpxa|vpxd) listening at hostname on TCP port port using a private key and a certificate. | ||
TCP port port using a private key and a certificate. | |||
By default product is 'solo', hostname is 'localhost'. | By default product is 'solo', hostname is 'localhost'. | ||
Port is 902. | |||
private key is at /etc/vmware/ssl/rui.key | * Port is 902. | ||
certificate is at /etc/vmware/ssl/rui.crt | * private key is at /etc/vmware/ssl/rui.key | ||
* certificate is at /etc/vmware/ssl/rui.crt | |||
To disable SSL, use an empty key or certificate. | To disable SSL, use an empty key or certificate. | ||
[[Category: Vimsh]] | [[Category: Vimsh]] |
Latest revision as of 09:05, 17 December 2008
vimsh vmsvc/connect
Usage: connect [hostname] [port] [key] [cert] [product]
Connects to product (solo|vpxa|vpxd) listening at hostname on TCP port port using a private key and a certificate.
By default product is 'solo', hostname is 'localhost'.
- Port is 902.
- private key is at /etc/vmware/ssl/rui.key
- certificate is at /etc/vmware/ssl/rui.crt
To disable SSL, use an empty key or certificate.