ploi-php-sdk icon indicating copy to clipboard operation
ploi-php-sdk copied to clipboard

Tenants

Open nam-co opened this issue 3 years ago • 0 comments

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

nam-co avatar Dec 13 '22 01:12 nam-co