feat: rename certificate props 'issuer' to 'issuerOrg'

This commit is contained in:
Fu Diwei
2025-05-19 10:35:05 +08:00
parent 3462e454d0
commit 3098f6a82f
6 changed files with 37 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ export interface CertificateModel extends BaseModel {
serialNumber: string;
certificate: string;
privateKey: string;
issuer: string;
issuerOrg: string;
keyAlgorithm: string;
effectAt: ISO8601String;
expireAt: ISO8601String;