2024.8.23
|
Public Member Functions | |
createCrt ($name, $destPath=null) | |
existsCrt ($name) | |
removeCrt ($name) | |
Definition at line 10 of file class.openssl.php.
OpenSsl::createCrt | ( | $name, | |
$destPath = null ) |
Creates a certificate with the specified name and destination path.
string | $name | The name of the certificate. |
string | null | $destPath | The destination path where the certificate files will be saved. If null, the default SSL path is used. |
Definition at line 19 of file class.openssl.php.
References $bearsamppCore, $bearsamppRoot, $result, Batch\exec(), and Util\random().
OpenSsl::existsCrt | ( | $name | ) |
Checks if a certificate with the specified name exists.
string | $name | The name of the certificate. |
Definition at line 68 of file class.openssl.php.
References $bearsamppRoot.
OpenSsl::removeCrt | ( | $name | ) |
Removes a certificate with the specified name.
string | $name | The name of the certificate. |
Definition at line 85 of file class.openssl.php.
References $bearsamppRoot.