mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 03:28:25 +00:00
feat: add remote gateway tls fingerprint
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user