| 27 | |
| 28 | /** 证书主体 */ |
| 29 | export interface CertSubject { |
| 30 | C?: string; |
| 31 | S?: string; |
| 32 | ST?: string; |
| 33 | O?: string; |
| 34 | OU?: string; |
| 35 | } |
| 36 | |
| 37 | /** 申请表单 */ |
| 38 | export interface ApplyPayload { |
nothing calls this directly
no outgoing calls
no test coverage detected