Glossary
APK
APK is a file format that stores Android apps, which are installed on Android-powered devices.
APNS Certificate
Apple Push Notification Service (APNS) certificate. The APNS certificate, is a certificate that needs to be acquired via the Apple Push Certificate portal. For more information on how an APNS can be generated for MDM, see Generating a MDM Apple Push Certificate and Generating an APNS Certificate.
BYOD
Bring your own device (BYOD) is a device ownership categorization in an organization.
CA Certificate
Certificate Authority (CA), which is also referred to as Certification Authority. This is the entity that issues digital certificates. A CA Certificate is a self signed certificate.
COPE
Corporate-owned, personally enabled (COPE) is a device ownership categorization in an organization.
CSR
Certificate Signing Request (CSR) is a message that is sent from an applicant to a certificate authority (CA) to apply for a digital identity certificate.
DER
DER stands for Distinguished Encoding Rules. This is a file extension that is primarily associated with a DER encoded X509 digital certificate file.
GCM
Google Cloud Messaging (GCM) is a service that enables you to send data from your server to your users' Android-powered device, and also to receive messages from devices on the same connection.
IPA
IPA is a file format that stores iOS apps, which are installed on iOS-powered devices.
IPsec
Internet Protocol Security (IPsec) is a set of protocols for securing Internet Protocol (IP) communications by authenticating and encrypting each IP packet of a communication session.
Mobile OS
A mobile operating system (OS) is an operating system that is specially designed for mobile devices (i.e., mobile phones, smartphones, tablet PCs, PDAs and other handheld devices).
OTA
Over The Air (OTA), which is also referred to as Over-The-Air is a standard for the transmission and reception of application-related information in a wireless communications system.
PKCS #12
This is a archive file format for storing multiple cryptography objects as one file. The file extensions for these files are .p12
and .pfx
.
Port offset
The port offset feature allows you to run multiple WSO2 products, multiple instances of a WSO2 product, or multiple WSO2 product clusters on the same server or virtual machine (VM). The port offset defines the number by which all ports defined in the runtime such as the HTTP/S ports will be offset. For example, if the HTTP port is defined as 9763 and the portOffset is 1, the effective HTTP port will be 9764. Therefore, for each additional WSO2 product, instance, or cluster you add to a server, set the port offset to a unique value (the default is 0).
Port offset can be passed to the server during startup as follows:./wso2server.sh -DportOffset=3
Alternatively, you can set it in the Ports section of <PRODUCT_HOME>/repository/conf/carbon.xml
as follows:<Offset>3</Offset>
RA Certificate
The Registration Authority (RA) certificate is the certificate that is generated by signing it with the CA certificate.
SSL Certificate
The Secure Sockets Layer (SSL) Certificate, is digital certificate used with the most commonly used security protocol for managing the security of a message transmission on the Internet.