how to convert ppf to pfx file

Alex 21 Reputation points
2020-10-20T02:01:44.103+00:00

hello all,

I have ppf file for my certificate with I need to convert it to pfx file and import it in windows certificate manager.
this ppf file is my private certificate. I need to import it on my local computer that it can be connected to my devops server.
The public key installed on my server and it is not azure. i do not have access the server but someone send me both public and private key in ppf format.
Can you let me know how I can do it ?

Thanks

Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,721 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,876 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Hannah Xiong 6,231 Reputation points
    2020-10-20T05:55:52.513+00:00

    Hello,

    Thank you so much for posting here.

    According to our research, Certificates are commonly issued as PFX files. If you have a certificate in another format, you can convert it to PFX. If the CA issued an .spc and its keys in non-.pfx files, you must convert and store the files in a .pfx file before they can be used for release-signing. The Pvk2Pfx tool is used to perform this conversion.

    Reference: https://learn.microsoft.com/en-us/windows-hardware/drivers/install/personal-information-exchange---pfx--files

    We could kindly have a check whether the information is helpful. For any question, please feel free to contact us.

    Best regards,
    Hannah Xiong

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Alex 21 Reputation points
    2020-10-20T10:46:38.663+00:00

    Hi @Hannah Xiong

    Thank you for your reply. Customer sent me this file

    PuTTY-User-Key-File-2: ssh-rsa
    Encryption: none
    Comment: rsa-key-20201019
    Public-Lines: 6
    AAAAB3NzaC1yc2EAAAABJQAAAQEAmOZPyx4oItJLFLYw0nXb2WkGiTn70+ceIvt+
    q0wiI3X6A5zzDMD/04VjAQ1OOiU4zNYTkw9RaSiFescT5xmCW8tpwNWSV80MO1iP
    crU2n9xU28cM+jpJpZHvpTT+yROiZfzUncxFkxTW9lqjtgOhiWoKs6RG/1XmeUJJ
    EfjWAW0vTp36LvAA0O6LD4uKG2cPyDXQLzGzu6s5oWMdp9fxOspAHsta6axmb6Do
    lUYcRWMtfmq/YWdpEYNU0YBqk6H692GK/DxPop/64pg70IPHtREIa2GhpLFcDD8J
    p5j2i9Ivy+F/qju5tKc9C+C5l7EkmeTzquCixeKamgqbqPqwmQ==
    Private-Lines: 14
    AAABAQCUxGlQAaqCvsWXnIKHlUScLtXtTSxfeRZnOeMHiFiRNISN5NDOI5Eg1M8H
    8UUxp6zi+c3bMX+kliEB1nQ6zLYvzNWZByaanf4QOn27tzwRKWdSYM5bP6GaLSCF
    EPfmPJ4CXcfzeqSPGzIEc92OgBLK47dirazcwkgHR2mwnxVpKnPxg4NXxrgtQDi8
    E1b82OC14cn1LIcjfY3U3uNrm7NUclpDZYejqz/P+VjC9FrdTl5IU87Vtj49AVvi
    uAQBG6R4ty/KhX8m4DIp3aNVWGpH4PUhPu+9/t74DWRwmkyzz3XGrj81/uF/i+Ir
    0dxYfN+alWPyXQAAAIEAs+iYg7HzExUBi7PqNNM/zm4nYNpoLY7KH++o3LSIAlcW
    AACBAJ2eubcKow/A/OUxccJUqkd17+HaATh+ox4hKYZ5O2Rt/fPLAC55BADmDZKG
    VBoBQXde+Hf9Z5gG0dLU+RhucOqqze0BUDN2K4EW6C2lyy+I38ds5C+Sy2LyvAsp
    qE2LA4BA6IUiSoWYAZI1wpkECSZ3Ik/TrvFdDY/KfnuxfJDB
    Private-MAC: 607420adb46adba416df921a74b964bb78ea0518

    Can you tell me how I can convert it pfx file ?

    Thanks

    0 comments No comments

  3. Hannah Xiong 6,231 Reputation points
    2020-10-21T01:49:56.51+00:00

    Hello,

    You are welcome. Thank you so much for your kindly reply.

    According to my research, there is no document talking about certificate file in ppf format. There are different formats of X.509 certificates such as PEM, DER, PKCS#7 and PKCS#12.

    Reference: https://www.tutorialsteacher.com/https/ssl-certificate-format

    We could use SSL Converter to convert SSL certificates to and from different formats such as pem, der, p7b, and pfx. For more information, we could refer to:

    https://www.sslshopper.com/ssl-converter.html
    https://knowledge.digicert.com/solution/SO26449.html

    Pvk2Pfx (Pvk2Pfx.exe) is a command-line tool copies public key and private key information contained in .spc, .cer, and .pvk files to a Personal Information Exchange (.pfx) file.

    https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/pvk2pfx

    Hope the information is helpful. As per my research, there is no information talking about convert ppf to pfx file. We are wondering whether we could directly change the file suffix to .pfx.

    Thank you so much for your understanding and support.

    Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.

    Best regards,
    Hannah Xiong

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments