If you use a custom certificate provider for certificate-based authentication, you must maintain the certificate and private key pairs for each user in a secure location.
By default, the MDM Hub keeps private keys and certificates at the following location:
<
MDM Hub installation directory
>/server/resources/certificates
You can configure a custom certificate provider during installation of the MDM Hub. Alternatively, you can change the certificate provider through the security configuration utility.
To implement a custom certificate provider, you must implement a
PKIUtil.java
interface in the
siperian-server-pkiutil.jar
file, which is in the following directory:
<
MDM Hub installation directory
>/hub/server/lib/pkiutils
If you use a custom certificate provider, you must maintain the keystore and public certificates that the PKIUtil implementation uses.