SoftwareSavant
SoftwareSavant

Reputation: 9775

I have a pfx file can I create a certificate witha private key from that

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

Answers (1)

rekire
rekire

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:

wildcard cert

Upvotes: 1

Related Questions