Certificate
Class IBMTSDS_Certificate





Description

SslCertificate manages listing, creation and deletion of the certificates used by Pegasus for SSL communication

Subclasses


Referenced By


Properties

IdTypeRangeDescription
Key
Name string
Max Length256
The Name property uniquely identifies the certificate.
Read Only
Certificate string
The Certificate property is a string representation of the certificate in PEM format.
certPath string
The path to the certificate file.
keyPath string
The path to the key file.
Read Write
 

Method Summary

NameDescription
CreateCertCreates a new SSL Certificate.
RemoveCertDeletes an existing SSL certificate.
 

Method Detail


CreateCert

Description

Creates a new SSL Certificate.

Parameters

IdTypeRangeDescription
In
name string
out
none
Return Codes
none

RemoveCert

Description

Deletes an existing SSL certificate.

Parameters

IdTypeRangeDescription
In
name string
out
none
Return Codes
none