|
You can integrate the Software Deployment feature in Desktop Central with ServiceDesk Plus. This allows you to create or use existing packages in the Desktop Central server to deploy software applications. The ServiceDesk Plus server and the Desktop Central server are synchronized automatically.
Before you integrate details about assets with ServiceDesk Plus, you must complete the following tasks:
Run both Desktop Central and ServiceDesk Plus in your network
Manage all the computers in your network using Desktop Central
To enable software deployment from ServiceDesk Plus, follow the steps given below:
If you select HTTPS mode of communication, Select the Product Type :If you are using an standalone installation of ServiceDesk Plus product, select the ServiceDesk Plus option. If you wish to integrate with the ServiceDesk module within IT360 product, select IT360 option.
you must provide the SSL certificate of ServiceDesk Plus. copy
the file "sdp.keystore"
located in <ServiceDesk Plus
Installation Home>/server/default/conf directory to your
local computer and Browse to select this file here.
If you are using IT360 product with HTTPS communication enabled, copy
the file "it360.keystore"
located in <IT360 Installation
Home>/servicedesk/server/default/conf directory to your
local computer and Browse to select this file here.
If you are using a third-party SSL certificate, like GoDaddy, you need
to provide the keystore file that you have generated.
If you are using a third-party SSL certificate, you must also provide information regarding the alias name you provided when generating the keystore file and the password for the keystore.
Checking the third party SSL keystore alias name and password
Ensure that the keystore alias name and the keystore file password are correct when using a third-party SSL certificate in your ServiceDesk Plus installation.
Determining the password required to access the keystore file
To determine the password required to access the keystore file, follow the steps given below:
- Navigate to the server.xml file. The path is<ServiceDesk_Home>\server\default\deploy\jbossweb-tomcat50.sar
- Determine the value of the parameter keystorepass
You have determined the password required to access the keystore file. You can use this password to determine the alias name of the keystore.
Determining the alias name of the keystore file
To determine the alias name of the keystore file, follow the steps given below:
- Using the command prompt, navigate to <ServiceDesk_Home>\jre\bin
- Execute keytool -list -v -keystore <ServiceDesk_Home>\server\default\conf\sdp.keystore -storepass <ServiceDesk KeyStore File Password>
You will find the alias name of the keystore file here.
Note : If you are using a PFX Certificate File, then Specify the "asc" as ServiceDesk Keystore Alias Name
|