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"