VMware Workspace ONE Community
antherITguy
Enthusiast
Enthusiast

Updating AWCM Certificate

When your Device Services certificate gets renewed do you have to update it on the AWCM (Cloud Messaging) component as well?  If so, do you have to remove the AWCM componenet and then reinstall with updated cert or is there an easier way?

Labels (1)
1 Reply
ajain23
Contributor
Contributor

Yes, you need to update the AWCM certificate as well.
You can use the following command to generate a new awcm.keystore using your renewed/updated Device Services Certificate.
Run this command by going to the awcm config directory.
- keytool -importkeystore -srckeystore .pfx -srcstoretype pkcs12 -destkeystore awcm.keystore.new -deststoretype JKS
- Stop the AirWatch Cloud Messaging Service
- Rename ' awcm.keystore'  to ' awcm.keystore.old'
- Then, rename ' awcm.keystore.new'  to ' awcm.keystore'
- Stop the AirWatch Cloud Messaging Service
0 Kudos