MCPcopy Create free account
hub / github.com/PIKACHUIM/CFWorkerACME / CertSubject

Interface CertSubject

frontend/src/api/types.ts:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28/** 证书主体 */
29export interface CertSubject {
30 C?: string;
31 S?: string;
32 ST?: string;
33 O?: string;
34 OU?: string;
35}
36
37/** 申请表单 */
38export interface ApplyPayload {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected