Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/InstallClientCertificate.cmd @ 1446

Last change on this file since 1446 was 1446, checked in by mbecirov, 15 years ago

#528 Client Certificate Installation Tool

File size: 392 bytes
Line 
1@echo off
2REM Note: Installation of Certificates requires Admin-Rights!
3REM --install public key on windows xp clients:
4httpcfg set ssl -i 0.0.0.0:9000 -h 3ccf80ac7d3fac977f76517e576084f2a58382bd
5REM --install public key on vista clients:
6REM netsh http add sslcert ipport=0.0.0.0:9000 certhash=3ccf80ac7d3fac977f76517e576084f2a58382bd appid={00112233-4455-6677-8899-AABBCCDDEEFF}
7pause
Note: See TracBrowser for help on using the repository browser.