Reputation: 9775
I am a little confused on all this certificate stuff. I want to create a certificate with a private key (exportable if possible). How do I do that. I already have a .pfx file. Can I use that to create a certificate with that private key?
Upvotes: 0
Views: 920
Reputation: 47995
A pfx file normally contains a private and a public key. That is why this file is normally password protected.
Depending on your operating system you can create new certificates with openssl or the certificate manager in the system options in windows.
Here is a screen of a actual wildcard certificate:
Upvotes: 1