mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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.';
|
$logs = 'Certificate successfully generated.';
|
||||||
$certificate->setAttribute('logs', \mb_strcut($logs, 0, 1000000));// Limit to 1MB
|
$certificate->setAttribute('logs', \mb_strcut($logs, 0, 1000000));// Limit to 1MB
|
||||||
|
|
||||||
|
var_dump($certificate);
|
||||||
// Give certificates to Traefik
|
// Give certificates to Traefik
|
||||||
$this->applyCertificateFiles($folder, $domain->get(), $letsEncryptData);
|
$this->applyCertificateFiles($folder, $domain->get(), $letsEncryptData);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue