Getting Started
이 플러그인의 설치 단계와 전체 마크다운 가이드가 포함된 설정 프롬프트를 복사하세요.
Set up this Capacitor plugin in the project.
Use the package manager already used by the project.
Install these package(s): `@capgo/capacitor-ssl-pinning`
Run the required Capacitor sync/update step after installation.
Read this markdown guide for the full setup steps: https://raw.githubusercontent.com/Cap-go/website/refs/heads/main/apps/docs/src/content/docs/docs/plugins/ssl-pinning/getting-started.mdx
Use that guide for platform-specific steps, native file edits, permissions, config changes, imports, and usage setup.
If that guide references other docs pages, read them too.
설치
설치란 제목Capgo AI 도구에 다음 명령어를 사용하여 플러그인을 설치할 수 있습니다.
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-pinningbunx cap syncImport
Import란 제목import { SSLPinning } from '@capgo/capacitor-ssl-pinning';API 개요
API 개요 섹션getConfiguration
__CAPGO_KEEP_0__ 섹션플러그인에 표시되는 활성 네이티브 구성 정보를 반환합니다.
import { SSLPinning } from '@capgo/capacitor-ssl-pinning';
await SSLPinning.getConfiguration();SSLPinningConfigurationState
__CAPGO_KEEP_0__ 섹션__CAPGO_KEEP_0__ 섹션
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
플러그인 버전 페이로드.__CAPGO_KEEP_0__ 섹션
export interface PluginVersionResult { /** * Version identifier returned by the platform implementation. */ version: string;}실질적 진원지
'실질적 진원지'라는 제목의 섹션이 페이지는 플러그인의 src/definitions.tsAPI이 업스트림에서 변경될 때 다시 싱크를 실행하세요.
Getting Started에서 계속하기
'Getting Started에서 계속하기'라는 제목의 섹션Capacitor를 사용하는 경우 Getting Started 보안 및 규정 준수 계획을 수립하는 경우에 Capacitor를 사용하는 경우 @capgo/capacitor-ssl-pinning Capacitor를 사용하는 경우 @capgo/capacitor-ssl-pinning, 암호화 __CAPGO_KEEP_0__ 암호화 구현 세부 사항에 대해 법적 준수 __CAPGO_KEEP_0__ 법적 준수 구현 세부 사항에 대해 Capgo 보안 스캐너 Capgo 보안 스캐너의 제품 워크플로에 대해, 및 Capgo 보안 Capgo 보안 제품 워크플로에 대해