AIX clients (recommended)
We recommend this approach to install DigiCert® Software Trust Manager client tools on AIX.
Easily download all the tools and libraries you may require to sign Microsoft and non-Microsoft files on AIX.
What clients are included in the installer?
The following clients will be downloaded:
SMCTL provides a Command Line Interface (CLI) that facilitates manual or automated private key, certificate management, and signing, with or without the need for human intervention.
The JCE library is used for signing with Jarsigner and integrates with any operating system that supports Java.
Install AIX clients
Sign in to DigiCert ONE.
Navigate to the Manager menu (top-right) > DigiCert® Software Trust Manager > Resources > Client tool repository.
Select AIX as your operating system.
Click the download icon next to DigiCert® Software Trust Manager clients.
Move the file to your preferred location.
Open a terminal.
Run the following command to extract the files:
tar -xvf smtools-aix-ppc64.tar.gz
Configure SMCTL
Select one of the following methods below to configure your environment variables for SMCTL:
Refer to SMCTL for more information.
Set PATH environment variables
Operating systems use the environment variable called PATH to determine where executable files are stored on your system. Use the PATH environment variable to store the file path to your client tools.
Launch the Terminal application.
Open the file in an editor:
nano ~/.profile
Add any exports definitions you need:
export PATH=<Path to client tools>
Click CTRL+X to exit.
Click Y to save.
Click Enter to keep the same file name.
Execute the new .profile by restarting Terminal or using:
source ~/.profile