SslCertificate
- 인쇄
- PDF
SslCertificate
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
설명
SSL인증키
구문
private String certificateName;
private String privateKey;
private String publicKeyCertificate;
private String certificateChain;
필드
파라미터 명 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
certificateName | Yes | String | SSL 인증서를 대표하는 인증서명 |
privateKey | Yes | String | 인증서 복호화에 필요한 개인소유의 비밀키 |
publicKeyCertificate | Yes | String | 인증서 복호화에 필요한 외부에 공개된 인증서 |
certificateChain | Optional | String | 인증 발급기관의 유효성을 인증하기 위한 chainca 정보 |
이 문서가 도움이 되었습니까?