Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/documentation/Certificate Installation/InstallClientCertificate.cmd @ 2072

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

#586: Added server certificate.

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