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:
Character encoding: ASCII
The first and later lines are data lines.
A line that starts with a number sign (#) is a comment line.
Linefeed code: CRLF (0x0d+0x0a)
Note: A linefeed code must be placed at the end of the file.
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 |
4 | Mandatory | ST | State/province name | Up to 128 characters | Halfwidth alphanumeric characters |
5 | Mandatory | L | Locality name | Up to 128 characters | Halfwidth alphanumeric characters |
6 | Mandatory | O | Organization name | Up to 64 characters | Halfwidth alphanumeric characters |
7 | Mandatory | OU | Section name | Up to 64 characters | Halfwidth alphanumeric characters |
8 | Mandatory | CN | Common name | Up to 64 characters | Halfwidth alphanumeric characters |
Example
[ req ] |