i have created proxy server for mdm application. its working fine with SSL Certificate no issue at all.
But when its come to installing Certificate on Application Side getting this error belw Encrypted Key File Uploaded. Decrypt it and upload again. R
From Centos9 Proxy Server. Copied Files.
But Still not able to install Key File
If you open the key file in a text editor it probably says -----BEGIN ENCRYPTED PRIVATE KEY----- at the top. You need to convert your key file to one that doesn't use a password.
How did you get your certificate (which ACME client?) and where did you get your file that you're using, did you convert it with openssl etc?
You could probably convert what you have (certificate full chain, plus key) into a PFX (p12 file) which is an archive that contains everything in one file.
How to convert? you mean from Centos9 reverse proxy needs to be convert After copying files cert.pem and chain.pem and privkey.pem in to windows any tool to convert?
Ok if you have the key without the password then upload it (your /tmp/server.key file). The problem you were seeing was because the key had a password set.
Don't concern yourself with my PFX comment, that's too complicated and you don't need to do it.
key is in different format which is not supported from ME MDM. we have generated the CSR file, which need to be signed by the vendor and you can upload it back in MDM. Also make sure to upload the server generated key in the attached screenshot.