Calix SMx - How to Renew Certificate for SMx
1.) Update the Certificate on the SMX Server:
- Transfer the new .crt and .key files to the SMX server’s installation directory (default: /opt) using WinSCP or similar.
- Navigate to the
bin directory of the SMX installation:
cd /opt/pmapmapa/bin
./updatecert.sh -c <your_certificate_file> -k <your_key_file> -d <SMX_install_dir>
Example: ./updatecert.sh -c company.crt -k company.key -d /opt
2.) Restart the SMX Service
- systemctl restart pmapmaad
