1️⃣ Place the certificate directly on the machine.
2️⃣ Execute via SSH:
keytool -importkeystore -deststorepass changeit -destkeypass changeit -destkeystore tomcat.keystore -srckeystore CERTIFICATE_NAME.PFX -srcstoretype PKCS12
3️⃣ Enter the certificate password when prompted.
The deststorepass must be changeit. This is a Starface requirement!
4️⃣ Backup the old tomcat.keystore file located in:
/usr/share/tomcat6/ssl
Then move the new keystore file to this location.
5️⃣ Restart Starface services to apply changes.
✅ Your SSL certificate is now updated!
H@ppy H@cking! 🔐⚡