Microsoft Download Center Archive
Microsoft PVKConverter for SQL Server |
Microsoft PVKConverter for SQL Server is a conversion tool for security certificates.
Microsoft PVKConverter for SQL Server is a conversion tool for security certificates. It is used to generate PVK/DER encoded security certificates from existing PFX encoded security certificates. The generated certificates can be manually imported into SQL Server by using the CREATE CERTIFICATE … Transact-SQL statement to create security certificates in a SQL Server database.
Files
Status: LiveThis download is still available on microsoft.com. The downloads below will come directly from the Microsoft Download Center. |
| Files |
|---|
File sizes and hashes are retrieved from the Wayback Machine’s indexes. They may not match the latest versions of files hosted on Microsoft servers.
System Requirements
Operating Systems: Windows 8.1, Windows Server 2012, Windows Server 2008, Windows 7, Windows Server 2008 R2, Windows 8
Installation Instructions
- Download the 32bit or 64bit version of the PVKConverter installer that matches your computer’s OS architecture.
- Click Open to start the installation immediately or click Save to save the installation .msi file to disk and install it later.
- Accept the license term of this tool.
- Click Next to complete the installation.
Additional Information
PVKConverter is executed through the command prompt.
Syntax
The syntax for using the tool is as follows:
PVKConverter[.exe] –i inputFile –o outputFile –d decryptionPasswd –e encryptionPasswd -f -h/-?
-i: Specifies the name of the input PFX file. This parameter is required.
-o: Specifies the name of the generated output files. This parameter is optional. If not specified, the output file names are derived from the name of the input file.
-d: Specifies the decryption password for the private keys contained in the PFX file. This parameter is optional.
-e: Specifies the encryption password for the generated PVK files. This parameter is optional.
-f: Configures the tool to overwrite existing PVK/DER files with the same name.
-h or -?: Displays the syntax summary of PVKConverter options.
Comments
Input File Location
Passwords
Output File Generation
Examples
PVKConverter -i mySecurityCert -o myGeneratedSecurityCert -d Pa$$word1! -e Pa$$word2!