Use pkiutil to manage an OpenEdge keystore
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
pkiutil command-line utility
provides all the operations necessary to create and manage keystore entries for OpenEdge TLS
servers (see Manage keystores for OpenEdge servers). This utility manages all input and output for the keystore in the OpenEdge-Install-Dir\keys
directory. For more information on the structure of this directory, see About the keystore content.The pkiutil utility has the following general command-line syntax:
|
- options
- Change the type of information and defaults for different functions
(
function) of the utility. - function arguments
- One of the following functions (
function) and the objects they affect (arguments):-
-newreq alias—Generates a new public/private key pair and a corresponding certificate signing request (suitable for submission to a CA), stored under the alias name specified byalias -
-import alias cert-file—Imports a CA-signed SSL server digital certificate from the disk filecert-file, pairs it with the private key generated for a public key request identified by the alias namealias, and places the pair in the keystore as a new entry identified byalias -
-print alias—Displays the public-key certificate request identified byalias. -
-list[alias... ]—Displays a list of specified (alias) or all current keystore entries -
-display cert-file—Displays the digital certificate file information contained in the operating system disk filecert-file -
-remove alias...—Removes one or more specified (alias) keystore entries
-
pkiutil command-line utility, see pkiutil