libresign/lib/Handler/CertificateEngine
Vitor Mattos 73615a77d4
fix: use correct Nextcloud instanceid in PKI path initialization
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>
2025-12-17 02:36:56 -03:00
..
AEngineHandler.php fix: use correct Nextcloud instanceid in PKI path initialization 2025-12-17 02:36:56 -03:00
CertificateEngineFactory.php fix: generate new instance if engine name is different 2025-11-05 13:22:58 -03:00
CertificateHelper.php chore: start to move methods to Helper class 2025-06-14 15:04:25 -03:00
CfsslHandler.php fix: validate CFSSL-specific config files in isSetupOk() 2025-12-09 12:48:33 -03:00
IEngineHandler.php feat: add setEngine method to configure identify methods 2025-12-09 12:42:00 -03:00
NoneHandler.php fix: validate crl with OpenSSL 2025-11-24 12:28:18 -03:00
OpenSslHandler.php fix: validate empty commonName in certificate generation 2025-12-06 17:50:00 -03:00
OrderCertificatesTrait.php fix: make the order logic compatible with AKI and SKI 2025-10-20 09:55:05 -03:00