src/crypto/key/dto/cert-response.dto.ts
Response DTO for a generated self-signed certificate.
Properties |
| id |
Type : string
|
|
Defined in src/crypto/key/dto/cert-response.dto.ts:9
|
|
The ID of the created self-signed certificate. |
export class CertResponseDto {
/**
* The ID of the created self-signed certificate.
*/
id: string;
}