Results 1 to 3 of 3

Thread: How to read certificate with .p12 format?

  1. #1
    Join Date
    Oct 2012
    Posts
    12

    Default How to read certificate with .p12 format?

    Hi all,

    I find that qt only support the format with pem and der, so that I am not able to import client certificate with .p12 format.

    I feel strange that .p12 is common format. Why qt do not support this format?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How to read certificate with .p12 format?

    You can use OpenSSL command line utility to convert a pkcs12 file into pem.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Oct 2012
    Posts
    12

    Default Re: How to read certificate with .p12 format?

    Quote Originally Posted by wysota View Post
    You can use OpenSSL command line utility to convert a pkcs12 file into pem.
    Ya, this is what I exactly done. Hope that Qt will support pkcs12 format soon.

Similar Threads

  1. Replies: 3
    Last Post: 17th October 2012, 09:30
  2. Replies: 1
    Last Post: 14th January 2011, 11:57
  3. read the file which has the format of odp!
    By sunnysun520 in forum Qt Programming
    Replies: 11
    Last Post: 14th May 2009, 15:14
  4. Opendocument format read/write *.odt
    By patrik08 in forum Qt Programming
    Replies: 7
    Last Post: 17th September 2008, 00:48
  5. Replies: 13
    Last Post: 1st June 2006, 14:01

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.