Last change
on this file since 11019 was
1585,
checked in by mbecirov, 16 years ago
|
#528 Updated the instruction manual for installing certificates
|
File size:
924 bytes
|
Line | |
---|
1 | @echo off
|
---|
2 | REM Use this tool to create a testcertificate on the server:
|
---|
3 | REM ========================================================
|
---|
4 | REM Options:
|
---|
5 | REM -sr specifies the Store Location -> must be the same as used in WcfSettings.cs!
|
---|
6 | REM -ss specifies the Store Sub Location -> must be the same as used in WcfSettings.cs!
|
---|
7 | REM -n certificate name, don't change!
|
---|
8 | REM -sk specifies the primary use
|
---|
9 | REM ========================================================
|
---|
10 | cls
|
---|
11 | echo This batch will create and install a new service certificate
|
---|
12 | echo for the HIVE Server!
|
---|
13 | echo You must have administrator rights in order to access the
|
---|
14 | echo local machine certification store, otherwise you will get
|
---|
15 | echo an error message. In that case try to change the store location
|
---|
16 | echo to CurrentUser and also change the store location in WcfSettings to CurrentUser.
|
---|
17 | pause
|
---|
18 | makecert -sk HTTPS-Key -ss My -n CN=HIVE-Server -sky exhange
|
---|
19 | pause |
---|
Note: See
TracBrowser
for help on using the repository browser.