I have done some research and I learned that both PFX files and SSL certificates are X.509 certificates. Then I wondered: can I purchase only one certificate (PFX/SSL/CER) and use it for many purposes? I need to do the following:
- Allow HTTPS/SSL on my website (very important)
- Sign PDF documents (very important)
- Sign EXE/MSI files (important)
- Sign e-mail messages (optional)
Do I need to purchase one certificate for each purpose? Or can I use only one certificate?
Thanks