feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
7
api.hyungi.net/node_modules/@simplewebauthn/server/script/helpers/validateCertificatePath.d.ts
generated
vendored
Normal file
7
api.hyungi.net/node_modules/@simplewebauthn/server/script/helpers/validateCertificatePath.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Traverse an array of PEM certificates and ensure they form a proper chain
|
||||
* @param x5cCertsPEM Typically the result of `x5c.map(convertASN1toPEM)`
|
||||
* @param trustAnchorsPEM PEM-formatted certs that an attestation statement x5c may chain back to
|
||||
*/
|
||||
export declare function validateCertificatePath(x5cCertsPEM: string[], trustAnchorsPEM?: string[]): Promise<boolean>;
|
||||
//# sourceMappingURL=validateCertificatePath.d.ts.map
|
||||
Reference in New Issue
Block a user