How to get a list of the certificates installed on the DocuShare Server
To get a list of
imported certificates:
In DocuShare 7.5
1.
Right
click Command Prompt Application and select Run as Administrator.
2.
Change
into the <dshome>\jdk\bin directory.
Where
<dshome> is replaced with the installation directory for DocuShare. The default
installation path is C:\Xerox\Docushare. Depending on your installation
environment the path may vary.
3.
Type
keytool -list -v -keystore <dshome>\jdk\lib\security\cacerts
>cacertsoutput.txt and press Enter.
Note: When prompted for a
password, just press enter. The cacerts does not have a password.
4.
Get
the cacertsoutput.txt file that is created from the <dshome>\jdk\lib\security
directory and upload to your Case Collection for review.
In DocuShare 7.0
1.
Right
click Command Prompt Application and select Run as Administrator.
2.
Change into the <dshome>\jdk\jre\bin
directory.
Where <dshome> is replaced with the
installation directory for DocuShare. The default installation path is
C:\Xerox\Docushare. Depending on your installation environment the path may
vary.
3.
Type keytool -list -v -keystore <dshome>\jdk\jre\lib\security\dstruststore
>dstruststore.txt and press Enter.
Note: When prompted for a password, just press enter. The
dstruststore does not have a password.
5.
Get
the dstruststore.txt file that is created from the
<dshome>\jdk\lib\security directory and directory and upload to your Case
Collection for review.
In DocuShare 6.6.1
1.
Right
click Command Prompt Application and select Run as Administrator.
2. Change
into the <dshome>\jdk1.6.0\jre\bin directory.
Where <dshome> is replaced with the
installation directory for DocuShare. The default installation path is
C:\Xerox\Docushare. Depending on your installation environment the path may
vary.
3.
Type keytool -list -v -keystore C:\Xerox\Docushare\jdk1.6.0\lib\security\dstruststore
>dstruststore.txt and press Enter.
Note: When
prompted for a password, just press Enter. The dstruststore does not have a
password.
6.
Get
the dstruststore.txt file that is created from the <dshome>\jdk1.6.0\lib\security
directory and directory and upload to your Case Collection for
review.
Solution Published:
November 19, 2021
Solution ID: 2144
|