I have a Java keystore (.jks file) holding a single certificate. How can I create a .pfx file from this keystore?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
From Java 6 onwards,
|
|||
|
|
|
This guy() seems to have written a little Java class and batch file with good instructions to do this here: http://www.crionics.com/products/opensource/faq/signFree.htm#DownloadTools If you want to do it yourself the key lines in the .bat file seem to be uses
where ExportPrvKey does the step of extracting the private key from the keystore. |
|||||||
|
|
|
|||
|
|