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:
|
---|
[2072] | 6 | httpcfg set ssl -i 0.0.0.0:9000 -h 280aea192b55742cb44b171326a15383afa2819a
|
---|
[1582] | 7 |
|
---|
| 8 | REM --install public key on vista clients:
|
---|
[2072] | 9 | REM netsh http add sslcert ipport=0.0.0.0:9000 certhash=280aea192b55742cb44b171326a15383afa2819a appid={00112233-4455-6677-8899-AABBCCDDEEFF}
|
---|
[1582] | 10 |
|
---|
| 11 | pause |
---|
Note: See
TracBrowser
for help on using the repository browser.