Documentation

SslCertificates extends CloudApiBase implements CloudApiInterface

Class SslCertificates

Table of Contents

$client ClientInterface
getAll() Returns a list of SSL certificates. SslCertificatesResponse
get() Returns a specific certificate by certificate ID. SslCertificateResponse
create() Install an SSL certificate. OperationResponse
delete() Delete a specific certificate by ID. OperationResponse
disable() Deactivates an active SSL certificate. OperationResponse
enable() Activates an SSL certificate. OperationResponse
__construct() Client constructor. mixed

Properties

Methods

create()

Install an SSL certificate.

public create( $envUuid : string , $label : string , $cert : string , $key : string [, $ca : string = null ] [, $csr : int = null ] [, $legacy : bool = false ] ) : OperationResponse
Parameters
$envUuid : string
$label : string
$cert : string
$key : string
$ca : string = null
$csr : int = null
$legacy : bool = false
Return values
OperationResponse

Search results