mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
debug
This commit is contained in:
parent
aa0a795ec6
commit
0de1e64958
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ class Certificates extends Action
|
|||
$logs = 'Certificate successfully generated.';
|
||||
$certificate->setAttribute('logs', \mb_strcut($logs, 0, 1000000));// Limit to 1MB
|
||||
|
||||
|
||||
var_dump($certificate);
|
||||
// Give certificates to Traefik
|
||||
$this->applyCertificateFiles($folder, $domain->get(), $letsEncryptData);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue