ploi-php-sdk
ploi-php-sdk copied to clipboard
Tenants
Hi, I was wondering if its possible to add a checkCertificate function? Also, I was wondering how can I just get the error messes with out the Exception, I tried the following but the process still stops on error
try {
$ssl = $ploi_api->requestCertificate($this->domain,'');
} catch (Throwable $e) {
}
Also, I see your missing the tenants checkboxes on the profile->api keys
Thanks for the great API