Before configuring HPCA servers for MDM, you must complete the following tasks, based on the type of devices you plan to manage using HPCA:
openssl req -new -newkey rsa:2048 -out cert.csr -config "path_openssl.cfg"
openssl.cfg
, which is available at the location where you installed OpenSSL.cert.csr
and a private key privateKey.pem
..pem
format. You must convert this certificate to the.p12
format. To convert the certificate in .pem
format to a certificate in.p12
format, open the command prompt and run the following command:openssl pkcs12 -export -out <cert.p12> -inkey <privateKey.pem> -in <cert.pem>
.p12
format that OpenSSL generates. You must provide the complete path where this file must be stored.Save a copy of this certificate on each Satellite server that you want to use for MDM.
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to docfeedback@hp.com.