This section describes about the file describing the settings for creating the MDM certificate file.
File name
When creating a file, the user can specify any file name.
Specify the file name up within 255 halfwidth characters.
Usage
This file is used to specify the required information to the command for creating the MDM certificate application file.
Saving location
It can be saved in any location of local drive.
File format
It is the text file in any of the following formats:
Character code: Shift JIS
The data line is from the first line.
If the # is inserted at the beginning of the line, it is comment line.
Line feed code: CRLF (0x0d+0x0a)
Note) That is: the end of file shall be line break.
Items to be specified are as follows. For how to specify, see Use example.
Item | Description | Configuration value |
---|---|---|
distinguished_name | Distinguished name (mandatory) | Specify as fixed value "req_distinguished_name". |
prompt | Setting for whether to execute the openssl command by prompting (mandatory) | Specify as fixed value "no". |
C | Country name (mandatory) | Specify two halfwidth alphanumeric characters. There is no default value. |
ST | State or Province Name (mandatory) | Specify within 128 halfwidth alphanumeric characters. |
L | Locality name (mandatory) | Specify within 128 halfwidth alphanumeric characters. There is no default value. |
O | Organization name (mandatory) | Specify within 64 halfwidth alphanumeric characters. There is no default value. |
OU | Organizational unit name (mandatory) | Specify within 64 halfwidth alphanumeric characters. There is no default value. |
CN | Common name (mandatory) | Specify within 64 halfwidth alphanumeric characters. There is no default value. |
Use 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