I have an SSL certificate from GoDaddy with multiple domains secured on it that I want to use on 3 different servers. I've installed the certificate on an Microsoft Exchange server and now I want to use it on two other servers with Node JS, but I don't know how to share it properly. The zip file I downloaded from GoDaddy included a .CRT file and .P7B file, but I think Node needs a separate private key and certificate, both in .PEM form.
Is there a way for me to convert the certificate files and share them between the servers?