source:
trunk/sources/InstallClientCertificate.cmd
@
1510
Last change on this file since 1510 was 1446, checked in by mbecirov, 16 years ago | |
---|---|
File size: 392 bytes |
Line | |
---|---|
1 | @echo off |
2 | REM Note: Installation of Certificates requires Admin-Rights! |
3 | REM --install public key on windows xp clients: |
4 | httpcfg set ssl -i 0.0.0.0:9000 -h 3ccf80ac7d3fac977f76517e576084f2a58382bd |
5 | REM --install public key on vista clients: |
6 | REM netsh http add sslcert ipport=0.0.0.0:9000 certhash=3ccf80ac7d3fac977f76517e576084f2a58382bd appid={00112233-4455-6677-8899-AABBCCDDEEFF} |
7 | pause |
Note: See TracBrowser
for help on using the repository browser.