VMware Workspace ONE Community
sebastian1989
Contributor
Contributor

UEM Linux Management - Certificate Authority - Private Key

Hello everyone, I'm currently in the process of implementing Linux. My issue is that I can push the public and private keys via EJBCA. However, we need a PKCS12 certificate. To create this, we need the password for the private key file. Unfortunately, it's not properly described anywhere where this can be found. Can anyone provide some insight on this?

Changelog from 23.04.1:

Now, private keys are encrypted by default When private keys are generated for Linux devices, they will be AES256 encrypted by default using the password configured in the certificate.

 

Regards

0 Kudos
1 Reply
sebastian1989
Contributor
Contributor

Found that password.

strings /opt/vmware/ws1-hub/data/AgentData.db | grep -o '"Password":"[^"]*"' | head -n 1

Hidden in the db file, so that the password can also only be obtained via raw but not via sqlite3 or in WS1 -> Security.

Not a good job.

0 Kudos