![]() |
Bearsampp 2025.8.29
|
Public Member Functions | |
createCrt ($name, $destPath=null) | |
existsCrt ($name) | |
removeCrt ($name) |
Definition at line 11 of file class.openssl.php.
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 20 of file class.openssl.php.
References $bearsamppCore, $bearsamppRoot, $result, Batch\exec(), Util\logTrace(), and Util\random().
existsCrt | ( | $name | ) |
Checks if a certificate with the specified name exists.
string | $name | The name of the certificate. |
Definition at line 77 of file class.openssl.php.
References $bearsamppRoot.
removeCrt | ( | $name | ) |
Removes a certificate with the specified name.
string | $name | The name of the certificate. |
Definition at line 94 of file class.openssl.php.
References $bearsamppRoot.