class ServerCredentials
More...
|
static | createSsl ($pem_root_certs, $pem_private_key, $pem_cert_chain) |
| Create SSL credentials. More...
|
|
◆ createSsl()
static Grpc\ServerCredentials::createSsl |
( |
|
$pem_root_certs, |
|
|
|
$pem_private_key, |
|
|
|
$pem_cert_chain |
|
) |
| |
|
static |
Create SSL credentials.
- Parameters
-
string | $pem_root_certs | PEM encoding of the server root certificates |
string | $pem_private_key | PEM encoding of the client's private key |
string | $pem_cert_chain | PEM encoding of the client's certificate chain |
- Returns
- Credentials The new SSL credentials object
The documentation for this class was generated from the following file: