Documentation

Certificate
in package

FinalYes
Tags
see
ServerTlsContext::withDefaultCertificate()
see
ServerTlsContext::withCertificates()

Table of Contents

Properties

$certFile  : string
$keyFile  : string
$passphase  : string|null

Methods

__construct()  : mixed
getCertFile()  : string
getKeyFile()  : string
getPassphrase()  : string|null

Properties

Methods

__construct()

public __construct(string $certFile[, string|null $keyFile = null ][, string|null $passphrase = null ]) : mixed
Parameters
$certFile : string

Certificate file with the certificate + intermediaries.

$keyFile : string|null = null

Key file with the corresponding private key or null if the key is in $certFile.

$passphrase : string|null = null

getCertFile()

public getCertFile() : string
Return values
string

getKeyFile()

public getKeyFile() : string
Return values
string

getPassphrase()

public getPassphrase() : string|null
Return values
string|null

        
On this page

Search results