Rev | Line | |
---|
[1582] | 1 | @echo off
|
---|
| 2 | REM Note: Installation of Certificates requires Admin-Rights!
|
---|
| 3 | REM Be sure the certhash is the same as on the generated certificate (fingerprint)!
|
---|
| 4 |
|
---|
| 5 | REM --install public key on windows xp clients:
|
---|
| 6 | httpcfg set ssl -i 0.0.0.0:9000 -h 3ccf80ac7d3fac977f76517e576084f2a58382bd
|
---|
| 7 |
|
---|
| 8 | REM --install public key on vista clients:
|
---|
| 9 | REM netsh http add sslcert ipport=0.0.0.0:9000 certhash=3ccf80ac7d3fac977f76517e576084f2a58382bd appid={00112233-4455-6677-8899-AABBCCDDEEFF}
|
---|
| 10 |
|
---|
| 11 | pause |
---|
Note: See
TracBrowser
for help on using the repository browser.