createKerberosKeytab

On this page
Back to index

Summary

Creates a new Kerberos keytab.
This command is deprecated and will be removed in the future.
kerberosKeytabName
Stringrequired
The name of the Kerberos keytab.
content
Stringoptional
The content of the Kerberos keytab.
description
Stringoptional
Comment text describing this object that is not interpreted at all by CloudBees CD/RO.
type
Stringoptional
The type of the Kerberos keytab.
Possible values: "FLOW_SERVER", "FLOW_WEB_SERVER", "SERVER", "WEB_SERVER"

Usage

Perl

$cmdr->createKerberosKeytab( "test-kerberosKeytabName" # kerberosKeytabName # optionals );

ectool

ectool createKerberosKeytab \ "test-kerberosKeytabName" `# kerberosKeytabName` \ # optionals