mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
The initializePkiConfigPath method was using a variable named
'instanceId' from getSystemValue('instanceid') which could be confused
with LibreSign's instance_id. Changed to 'systemInstanceId' for clarity
and consistency with getConfigPathByParams method.
This ensures the PKI directories are created in the correct appdata path
using Nextcloud's system instance ID, while the directory name itself
contains LibreSign's CA identifier with its own instance ID.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
|
||
|---|---|---|
| .. | ||
| CertificateEngine | ||
| PdfTk | ||
| SignEngine | ||
| Templates | ||
| CfsslServerHandler.php | ||
| DocMdpHandler.php | ||
| FooterHandler.php | ||
| TemplateVariables.php | ||