Class CertificateMapping
Certificate Mapping uses SSL Termination to map a particular certificate to a corresponding hostname, allowing multiple SSL certificates to exist and be accurately utilized from a Load Balancer.
- OpenCloud\Common\Base
-
OpenCloud\Common\Resource\BaseResource
-
OpenCloud\Common\Resource\PersistentResource
-
OpenCloud\LoadBalancer\Resource\CertificateMapping
Located at OpenCloud/LoadBalancer/Resource/CertificateMapping.php
Methods summary
Methods inherited from OpenCloud\Common\Resource\PersistentResource
checkExtension()
,
create()
,
createUrl()
,
delete()
,
id()
,
name()
,
refresh()
,
refreshFromLocationUrl()
,
region()
,
status()
,
update()
,
waitFor()
Methods inherited from OpenCloud\Common\Resource\BaseResource
__construct()
,
findLink()
,
getClient()
,
getMetadata()
,
getParent()
,
getService()
,
getUrl()
,
jsonCollectionElement()
,
jsonCollectionName()
,
jsonName()
,
parseResponse()
,
resourceName()
,
setMetadata()
,
setParent()
,
setService()
,
url()
Methods inherited from OpenCloud\Common\Base
__call()
,
checkJsonError()
,
generateUuid()
,
getInstance()
,
getLogger()
,
hasLogger()
,
makeResourceIteratorOptions()
,
populate()
,
setLogger()
,
stripNamespace()
,
toCamel()
,
toUnderscores()
Constants summary
Constants inherited from OpenCloud\Common\Base
Properties summary
public
integer
|
$id
Id for the Certificate Map. |
|
public
string
|
$hostName
Hostname to be mapped to certificate. |
|
public
string
|
$certificate
Certificate to be mapped to hostname. |
|
public
string
|
$privateKey
Private Key to the certificate. |
|
public
string
|
$intermediateCertificate
Intermediate certificate for the chain. |