Page History
Panel | ||||
---|---|---|---|---|
| ||||
To test out the iOS device enrollment process of WSO2 EMM, you need to have the required certificates made available via Apple, for this you can use one of the following approaches:
|
Submitting the Signed CSR file
Follow the instructions below to obtain the signed CSR file in the Anchor CSR CSR .plst
format:
Create a Certificate Signing Request (CSR) file (e.g.,
customer.csr
) from the IoT EMM server using your private key. Keep your private key and CSR file in a safe location for further reference.Code Block openssl genrsa -des3 -out customerPrivateKey.pem 2048 openssl req -new -key customerPrivateKey.pem -out customer.csr
After the above command is executed, you will be prompted to enter some information. Make sure to fill in all the information as it will be incorporated into the CSR with your organization’s official details. The compulsory fields have been described as follows:
Filed
Usage/Purpose
Organization Name
Identifies what organization the CSR belongs to.
Email
When a certificate expires, the customers will have to renew their certificate. In such situations, the email will be used to identify the existing customers.
Common name
Fully qualified domain name of your server.
Warning If the compulsory information is not provided, the CSRs will be rejected in the signing process.
The following is a screenshot of a sample CSR file generation process in Linux. The same process is applicable to Mac users as well.Email Submit the CSR file to WSO2 via our site in order to obtain the signed CSR file in
.plist
format.
that reached out to you and obtain the signed CSR file inInfo icon false A WSO2 Account Manager
.plist
formatwill evaluate the CSR file that you submitted and will get in touch with you in due course. After you successfully complete the evaluation process, you will receive an email with the following:
- WSO2 MDM Connector for iOS
This contains the P2 repository with the iOS features, End User License Agreement (EULA) and the README.txt.
TheREADME.txt
includes the installation instructions and the URL to theemm-agent-ios
repository, which contains the agent source code. - The signed CSR file in the .plst format
- WSO2 MDM Connector for iOS
What's next?
You need to generate the Apple Push Notification Service (APNS) certificate and the MDM APNS certificate via the Apple Developer Program. For more information, see Generating Certificates from the Apple Developer Portal.