Top
Systemwalker Desktop Patrol Reference Manual
FUJITSU Software

1.47 swss_ImportAppleCert.bat (Registering Apple Inc. Certificates)

Description

This command is used to deploy an Apple Inc. root certificate and register it in the APNs (Apple Push Notification Service) connection feature for MDM certificates.

Syntax

swss_ImportAppleCert.bat /root appleIncRootCert /mdm mdmCert(PKCS#12)

Option

/root appleIncRootCert

Specify the file name of the Apple Inc. root certificate (PEM format) using the absolute path.

If the absolute path of the file contains halfwidth spaces, enclose the absolute path of the file in double quotation marks.

The length of the absolute path should not exceed 96 halfwidth characters.

If the length of the specified absolute path exceeds 96 halfwidth characters, operation of this command is not guaranteed.

The characters that can be specified are halfwidth alphanumeric characters and halfwidth symbols.

However, the folder name cannot contain any of the following symbols:

\ / : * ? " < > |

mdmCert(PKCS#12):

Specify the file name of the MDM certificate (PKCS#12) using the absolute path.

If the absolute path of the file contains halfwidth spaces, enclose the absolute path of the file in double quotation marks.

The length of the absolute path should not exceed 96 halfwidth characters.

If the length of the specified absolute path exceeds 96 halfwidth characters, operation of this command is not guaranteed.

The characters that can be specified are halfwidth alphanumeric characters and halfwidth symbols.

However, the folder name cannot contain any of the following symbols:

\ / : * ? " < > |

Return value

0: Ended normally

1: Abnormal termination

Command location

The following folder of SS:

dtpInstallDir\SS\iOS\bin

If SS coexists with the Systemwalker Desktop Keeper Relay Server, and Systemwalker Desktop Keeper was installed before SS, the storage location will be as follows:

RelayServerInstallFolder\iOS\bin

Privilege required for execution/execution environment

Example

Specify C:\root\aproot.cer as the Apple Inc. root certificate, and c:\mdm pkcs\mdmpkcs12.p12 as the MDM certificate

swss_ImportAppleCert.bat /root "C:\root\aproot.cer" /mdm "c:\mdm pkcs\mdmpkcs12.p12"