# Encrypted key file uploaded Last updated: July 24, 2026 To ensure secure communication (HTTPS) between the managed devices and the MDM server, an SSL certificate is imported along with an encrypted key file. The Certificate Authority (CA) encrypts key files to ensure security. If an encrypted key file is uploaded, an error message **Certificate upload failed. Reason- encrypted key file uploaded. Decrypt the file and try again** is displayed. ## Steps Follow the given steps to resolve the issue. 1. Navigate to the **Mobile Device Manager Plus installed directory/apache/bin.** 2. Place your encrypted key file in this directory. 3. Open command prompt with administrator privilege from this location. 4. Execute this command: ```bash openssl rsa -in -out decrypted_key.key ``` 5. When prompted to enter a password, enter the password which you used for encrypting the key file. The file is successfuly decrypted. Now upload the certificate again, using the decrypted key file.