SignerCertificateCommands command group for the AdminTask object

You can use the Jython or Jacl scripting languages to configure security with the wsadmin tool. The commands and parameters in the SignerCertificateCommands group can be used to create and modify signer certificates in relation to the key store file and to query for signer information on ports of remote hosts.

The SignerCertificateCommands command group for the AdminTask object includes the following commands:

addSignerCertificate

The addSignerCertificate command add a signer certificate from a certificate file to a keystore.

Target object

None.

Required parameters

-keyStoreName
Specifies the name that uniquely identifies the keystore configuration object. (String, required)
-certificateAlias
Specifies the name that uniquely identifies the certificate request in a keystore. (String, required)
-certificateFilePath
Specifies the full path of the request file that contains the certificate. (String, required)
-base64Encoded
Specifies that the certificate is a Base64 encoded ASCII data file type if the value is set to true. Set the value of this parameter to false if the certificate is a binary DER data file type. (Boolean, required)

Optional parameters

-keyStoreScope
Specifies the scope name of the keystore. (String, optional)

Example output

The command does not return output.

Examples

Batch mode example usage:

Interactive mode example usage:

deleteSignerCertificate

The deleteSignerCertificate command delete a signer certificate from a certificate file from a keystore.

Target object

None.

Required parameters

-keyStoreName
Specifies the name that uniquely identifies the keystore configuration object. (String, required)
-certificateAlias
Specifies the name that uniquely identifies the certificate request in a keystore. (String, required)

Optional parameters

-keyStoreScope
Specifies the scope name of the keystore. (String, optional)

Example output

The command does not return output.

Examples

Batch mode example usage:

Interactive mode example usage:

extractSignerCertificate

The extractSignerCertificate command extracts a signer certificate from a key store to a file.

Target object

None

Parameters and return values

-keyStoreName
The name of the key store where the signer certificate is located. (String, required)
-keyStoreScope
The management scope of the key store. (String, optional)
-certificateAlias
The alias name of the signer certificate in the key store. (String, required)
-certificateFilePath
The full path name of the file that contains the signer certificate. (String, required)
-base64Encoded
Set the value of this parameter to true if the certificate is ascii base 64 encoded. Set the value of this parameter to false if the certificate is binary. (String, required)

Examples

Interactive mode example usage:

getSignerCertificate

The getSignerCertificate command obtains information about a signer certificate from a key store.

Target object

None

Parameters and return values

-keyStoreName
The name of the key store where the signer certificate is located. (String, required)
-keyStoreScope
The management scope of the key store. (String, optional)
-certificateAlias
The alias name of the signer certificate in the key store. (String, required)

Examples

Interactive mode example usage:

listSignerCertificates

The listSignerCertificates command lists all signer certificates in a particular key store.

Target object

None

Parameters and return values

-keyStoreName
The name of the key store where the signer certificate is located. (String, required)
-keyStoreScope
The management scope of the key store. (String, optional)

Examples

Interactive mode example usage:

retrieveSignerFromPort

The retrieveSignerFromPort command retrieves a signer from a remote host and stores the signer in a key store.

Target object

None

Parameters and return values

-host
The host name of the system from where the signer certificate will be retrieved. (String, required)
-port
The port of the remote system from where the signer certificate will be retrieved. (Integer, required)
-keyStoreName
The name of the key store where the signer certificate is located. (String, required)
[jun2010] -certificateAlias [jun2010]
jun2010
[jun2010] Specifies a unique name to identify a certificate. (String, required) [jun2010]
jun2010
[jun2010] -keyStoreScope [jun2010]
jun2010
[jun2010] The management scope of the key store. (String, optional) [jun2010]
jun2010
-sslConfigName
The name of the SSL configuration object. (String, optional)
-sslConfigScopeName
The management scope where the SSL configuration object is located. (String, optional)

Examples

Batch mode example usage:

Interactive mode example usage:

retrieveSignerInfoFromPort

The retrieveSignerInfoFromPort command retrieves signer information from a port on a remote host.

Target object

None

Parameters and return values

-host
The host name of the system from where the signer certificate will be retrieved. (String, required)
-port
The port of the remote system from where the signer certificate will be retrieved. (Integer, required)
-sslConfigName
The name of the SSL configuration object. (String, optional)
-sslConfigScopeName
The management scope where the SSL configuration object is located. (String, optional)

Examples

Interactive mode example usage:




Related tasks
Using the wsadmin scripting AdminTask object for scripted administration
Related reference
Commands for the AdminTask object using wsadmin scripting
Reference topic    

Terms of Use | Feedback

Last updated: Oct 20, 2010 9:57:58 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=compass&product=was-base-dist&topic=rxml_atsignercert
File name: rxml_atsignercert.html