내용으로 건너뛰기

Getting Started

GitHub

AI-Assisted Setup을 사용하여 플러그인을 설치할 수 있습니다. AI 도구에 Capgo 기능을 추가하려면 다음 명령어를 사용하세요:

터미널 창
npx skills add https://github.com/Cap-go/capgo-skills --skill capacitor-plugins

그다음에 다음 프롬프트를 사용하세요:

Use the `capacitor-plugins` skill from `Cap-go/capgo-skills` to install the `@capgo/capacitor-ssl-pinning` plugin in my project.

만약 Manual Setup을 선호한다면, 플러그인을 설치하기 위해 다음 명령어를 실행하고 아래 플랫폼별 지침을 따르세요:

터미널 창
bun add @capgo/capacitor-ssl-pinning
bunx cap sync

수입

수입
import { SSLPinning } from '@capgo/capacitor-ssl-pinning';

API 개요

API 개요

getConfiguration

getConfiguration

플러그인에 표시되는 활성 네이티브 구성 정보를 반환합니다.

import { SSLPinning } from '@capgo/capacitor-ssl-pinning';
await SSLPinning.getConfiguration();

타입 참조

타입 참조

SSLPinningConfigurationState

SSL Pinning Configuration State

정적 SSL 핌닝 구성이 현재 플러그인에 표시됩니다.

export interface SSLPinningConfigurationState {
/**
* Whether at least one certificate is configured for native pinning.
*/
configured: boolean;
/**
* Certificate paths from `capacitor.config.*` relative to the app root.
*/
certs: string[];
/**
* Fully-qualified URLs that should bypass SSL pinning.
*/
excludedDomains: string[];
}

PluginVersionResult

플러그인 버전 결과

플러그인 버전 페이로드.

export interface PluginVersionResult {
/**
* Version identifier returned by the platform implementation.
*/
version: string;
}

실질적 진실

실질적 진실

이 페이지는 플러그인의 src/definitions.ts업스트림에서 pubic API이 변경될 때 다시 싱크를 실행하세요.

시작부터 계속

시작부터 계속

보안 및 규정 준수 계획을 위해 사용 중인 경우 Getting Started 이를 연결하여 Using @capgo/capacitor-ssl-pinning Using @capgo/capacitor-ssl-pinning 암호화 암호화 규정 준수 규정 준수 Capgo 보안 스캐너 Capgo 보안 스캐너 Capgo 보안 Capgo Capgo 보안 workflow 에서.