Notifications
Clear all
Agu 25, 2025 11:46 am
- Begin by generating a new Certificate Authority (CA).
zmcertmgr createca -new
- Then generate a certificate signed by the CA that expires in 365 days.
zmcertmgr createcrt -new -days 786
- Next deploy the certificate.
zmcertmgr deploycrt self
- Next deploy the CA.
zmcertmgr deployca
- To finish, verify the certificate was deployed to all the services.
zmcertmgr viewdeployedcrt
- Restart zmcontrol
zmcontrol restart