Loading src/SOL023/CertificateManagement/definitions/SOL023CertificateManagement_def.yaml +8 −3 Original line number Diff line number Diff line Loading @@ -676,7 +676,8 @@ definitions: CertificationRequest: description: > The top-level Certification Request, which contains certification request information and its signature. The top-level Certification Request, which contains certification request information and its signature. type: object required: - certificationRequestInfo Loading Loading @@ -723,7 +724,9 @@ definitions: Name: type: object description: Distinguished Name (DN) of the subject. This includes the attributes of the entity requesting the certificate. description: > Distinguished Name (DN) of the subject. This includes the attributes of the entity requesting the certificate. properties: commonName: type: string Loading Loading @@ -751,7 +754,9 @@ definitions: Locality of the subject. SubjectPublicKeyInfo: description: Information about the subject's public key, including the algorithm and the public key itself. description: > Information about the subject's public key, including the algorithm and the public key itself. type: object required: - algorithm Loading Loading
src/SOL023/CertificateManagement/definitions/SOL023CertificateManagement_def.yaml +8 −3 Original line number Diff line number Diff line Loading @@ -676,7 +676,8 @@ definitions: CertificationRequest: description: > The top-level Certification Request, which contains certification request information and its signature. The top-level Certification Request, which contains certification request information and its signature. type: object required: - certificationRequestInfo Loading Loading @@ -723,7 +724,9 @@ definitions: Name: type: object description: Distinguished Name (DN) of the subject. This includes the attributes of the entity requesting the certificate. description: > Distinguished Name (DN) of the subject. This includes the attributes of the entity requesting the certificate. properties: commonName: type: string Loading Loading @@ -751,7 +754,9 @@ definitions: Locality of the subject. SubjectPublicKeyInfo: description: Information about the subject's public key, including the algorithm and the public key itself. description: > Information about the subject's public key, including the algorithm and the public key itself. type: object required: - algorithm Loading