feat: implement separate CA database with documentation and standardized workflows

This commit is contained in:
dyzulk
2026-01-06 11:06:45 +07:00
parent b10b52e7ab
commit e4932f7795
11 changed files with 653 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ class CaCertificate extends Model
public $incrementing = false;
protected $keyType = 'string';
protected $connection = 'mysql_ca';
protected $fillable = [
'uuid',
'ca_type',