Top
Systemwalker Desktop Patrol Reference Manual
FUJITSU Software

2.9 Setup File for MDM Certificate Request File Creation

This section describes the file containing the settings for creating the MDM certificate file, required for managing iOS devices.

Create the file by using an editor.

File name

Specify any file name.
The absolute path name can be specified using up to 255 halfwidth characters.

Storage location

Store the file in any location on your local drive.

File format

The file is a text file using the following format:

Items

Specify the items shown in the table below. Refer to the example for the specification method.

Item No.

Mandatory/Optional

Item name

Description

Input length

Characters that can be specified

1

Mandatory

distinguished_name

Identification name

-

Specifies the fixed value "req_distinguished_name".

2

Mandatory

prompt

Specifies whether to execute openssl interactively

-

Specifies the fixed value "no".

3

Mandatory

C

Country name

2 characters

Halfwidth alphanumeric characters
There is no default value.

4

Mandatory

ST

State/province name

Up to 128 characters

Halfwidth alphanumeric characters
There is no default value.

5

Mandatory

L

Locality name

Up to 128 characters

Halfwidth alphanumeric characters
There is no default value.

6

Mandatory

O

Organization name

Up to 64 characters

Halfwidth alphanumeric characters
There is no default value.

7

Mandatory

OU

Section name

Up to 64 characters

Halfwidth alphanumeric characters
There is no default value.

8

Mandatory

CN

Common name

Up to 64 characters

Halfwidth alphanumeric characters
There is no default value.

Example

[ req ]
distinguished_name = req_distinguished_name
# not interactively
prompt = no
[ req_distinguished_name ]
# Country Name (2 letter code)
C = JP
# State or Province Name (full name)
ST = Tokyo
# Locality Name (eg, city)
L = Shinagawa
# Organization Name (eg, company)
O = FUJITSU LIMITED
# Organizational Unit Name (eg, section)
OU = SOFTWARE UNIT
# Common Name (eg, your name or your server's hostname)
CN = server1.fujitsu.com