Claude Platform Docs

証明書

トンネル証明書を作成
POST/v1/tunnels/{tunnel_id}/certificates
トンネル証明書を取得
GET/v1/tunnels/{tunnel_id}/certificates/{certificate_id}
トンネル証明書の一覧を取得
GET/v1/tunnels/{tunnel_id}/certificates
トンネル証明書をアーカイブ
POST/v1/tunnels/{tunnel_id}/certificates/{certificate_id}/archive
Models
BetaTunnelCertificate object{ id, archived_at, created_at, 4 more }

A CA certificate attached to a tunnel.

id: string

Unique identifier for the certificate, prefixed with tcrt_.

archived_at: string or null

A timestamp in RFC 3339 format

formatdate-time
created_at: string

A timestamp in RFC 3339 format

formatdate-time
expires_at: string or null

A timestamp in RFC 3339 format

formatdate-time
fingerprint: string

Lowercase hex SHA-256 fingerprint of the certificate's DER encoding.

tunnel_id: string

ID of the tunnel the certificate is registered against.

type: "tunnel_certificate"