feat: add issuer_name tracking and display in CA management

This commit is contained in:
dyzulk
2026-01-07 09:35:29 +07:00
parent a5a700f42c
commit 4bcc470615
4 changed files with 34 additions and 28 deletions

View File

@@ -24,6 +24,7 @@ class CaCertificate extends Model
'valid_from',
'valid_to',
'is_latest',
'issuer_name',
'cert_path',
'der_path',
'bat_path',