Red Hat Training

A Red Hat training course is available for Red Hat Satellite

Chapter 16. Namespace: kickstart.keys

Provides methods to manipulate kickstart keys.
Namespace: kickstart.keys

16.1. Method: create

Description

Creates a new key with the given parameters.

Parameters

The following parameters are available for this method:

  • string session_key
  • string description
  • string type - Valid values are GPG or SSL
  • string content
Returns

The following return values are available for this method:

  • int - 1 on success, exception thrown otherwise.