Command Profiles

The AIX® Cryptographic Framework tools use the OpenSSL library to parse configuration files that are used to create custom profiles. You can use these profiles to set tool attributes such as the GUI colors for the p11km command and the p11admin command.

By using the file format that is specified in Batch processing, you can create and edit the following profile files to customize the GUI.
Note: After you create your profile files, name them and store them in your home directory as follows:
$HOME/.p11km

$HOME/.p11admin
The following GUI color attributes are supported:
action_name = “GUI_COLORS”
gui_fg_color = “<color name>” ## Foreground Color
gui_bg_color = “<color name>” ## Background Color
gui_vc_color = “<color name>” ## View Content Color
Where <color name> is one of the following values:
  • LIGHT GRAY
  • WHITE
  • BLACK
  • DARK GRAY
  • RED
  • LIGHT RED
  • YELLOW
  • ORANGE or BROWN
  • GREEN
  • LIGHT GREEN
  • BLUE
  • LIGHT BLUE
  • CYAN
  • LIGHT CYAN
  • MAGENTA
  • LIGHT MAGENTA
Example: p11km profile ($HOME/.p11km)
[p11km_cmd]
gui_fg_color = “RED”
gui_bg_color = “BLACK”
gui_vc_color = “WHITE”
Example: p11admin Profile ($HOME/.p11admin)
[p11admin_cmd]
gui_fg_color = “BLUE”
gui_bg_color = “LIGHT GRAY”
gui_vc_color = “BLACK”