Top
Systemwalker Desktop Patrol Reference Manual
FUJITSU Software

1.48 swss_importcert.exe (Registering Certificates)

Description

This command is used to register certificates.

Syntax

Registration of the CA certificate and intermediate CA certificate

swss_importcert.exe /file:certificateFileName [/alias:aliasName]

Registration of the server certificate

swss_importcert.exe /file:certificateFileName

Registration of the CA certificate of Systemwalker

swss_importcert.exe /CACERT

Option

/file:certFileName

Specifies the file name of the X.509 certificate.

/alias: aliasName

Specifies the alias name of the CA certificate or intermediate CA certificate using halfwidth alphanumeric characters.

(Refer to the information below for details on how to specify a name.)

/CACERT

This option is specified if using the CA certificate of Systemwalker.

Return value

0: Ended normally

Other than 0: Ended abnormally

Command location

The following folder of SS:

dtpInstallDir\SS\bin

Privilege required for execution/execution environment

Note

Example

Example: The certificate is in c:\temp\.

Information

Name to be specified for the /alias option

A name is required when registering a CA certificate or intermediate CA certificate. Change the name when registering more than one certificate.

You cannot use a name that has already been used. If a name is registered in duplicate, an error will occur.

Example:

Register a CA certificate and intermediate CA certificate

CA certificate: DTPCA01

Intermediate CA certificate: DTPCA02