feat: add remote gateway tls fingerprint

This commit is contained in:
Peter Steinberger
2026-01-20 12:07:27 +00:00
parent 87343c374e
commit c613769d22
4 changed files with 18 additions and 1 deletions

View File

@@ -82,6 +82,8 @@ export type GatewayRemoteConfig = {
token?: string;
/** Password for remote auth (when the gateway requires password auth). */
password?: string;
/** Expected TLS certificate fingerprint (sha256) for remote gateways. */
tlsFingerprint?: string;
/** SSH target for tunneling remote Gateway (user@host). */
sshTarget?: string;
/** SSH identity file path for tunneling remote Gateway. */