버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

Sv translation
languageen

Installing MagicINFO Premium Server


1.Open CMD (Run in Administrator mode) and stop the MagicInfo Auth server process by the following command if Auth server is running.

taskkill /F /IM "MagicINFO Auth Server.exe" /T

2. Create new folder named ‘keystore’ inside installation directory of MagicInfo Authentication

Server operates normally while MagicINFO Premium Server is installed. Accordingly, first install MagicINFO Premium Server.
정보
titleNote

To install MagicINFO Authentication Server, be sure to install MagicINFO Premium Server with version 7200.0 or higher.

server.

3. Place keystore file (.jks, .pkcs) in ‘keystore’ folder.

4. Update second linein “MagicInfo Auth Server.vbs” file located at ‘C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp’


Sample after adding above properties

wshShell.run """C:\MagicInfo Auth\jre\bin\MagicInfo Auth Server.exe"" -DMAGICINFO_AUTH_HOME=""C:\MagicInfo Auth"" -jar ""C:\MagicInfo Auth\resources\jar\magicinfo-auth-server-1.0.0.RELEASE.jar"" --server.port=8085 --server.ssl.key-alias=tomcat --server.ssl.key-store-type=JKS --server.ssl.key-password=changeit --server.ssl.key-store=${MAGICINFO_AUTH_HOME}\keystore\authkeystore.jks"


Added Property Information

--server.port=port_no (Only if you want to change the port, default port is 8081)

--server.ssl.key-alias=key_alias

--server.ssl.key-store-type=keystore_type

--server.ssl.key-password=keystore_password

--server.ssl.key-store=${MAGICINFO_AUTH_HOME}\keystore\authkeystore.jks

5. Restart MagicInfo Authentication server by running “MagicINFO Auth Server.vbs”


Reverting back to HTTP

 

1. Stop the MagicInfo Authentication server process, if running.

2. Remove the external properties added on second line in “MagicInfo Auth Server.vbs”

Sample after removing properties

wshShell.run """C:\MagicInfo Auth\jre\bin\MagicInfo Auth Server.exe"" -DMAGICINFO_AUTH_HOME=""C:\MagicInfo Auth"" -jar ""C:\MagicInfo Auth\resources\jar\magicinfo-auth-server-1.0.0.RELEASE.jar"""

3. Restart MagicInfo Authentication server.


NOTE:

1. Always use CA certified SSL certificates bind with domain names for MagicInfo Premium Server and MagicInfo Authentication Server.

2. Modify the MagicInfo server config file with HTTPS URLs after booting up the Authentication Server over HTTPS.