Features
-
agent-installer: deploy desktop agent in main feature (5422ae5eed)
-
agent: UX improvement for desktop agent app (ec76aa4f48)
-
agent-installer: auto launch desktop app on install (aad097b8e4)
-
dgw: add CredSSP certificate configuration keys (#1676) (443e5f0b02)
Add optional
CredSspCertificateFile,CredSspPrivateKeyFileandCredSspPrivateKeyPassword
configuration keys allowing usage of a different certificate for CredSSP
credential injection instead of the main TLS certificate. When unset,
the existing TLS certificate is used (no behavior change). -
dgw: generate self-signed certificate when no TLS cert is configured for CredSSP (#1682) (e4a1b121f8)
When neither a CredSSP-specific certificate nor a main TLS certificate
is configured, automatically generate a self-signed certificate for
CredSSP credential injection.
Bug Fixes
-
agent-installer: specify ARM64 platform for ARM64 agent installer (43266e8dba)
-
agent-installer: cleanup of agent installer (a5ebf58c7a)
Performance
- dgw: improve real-time performance of session shadowing (#1662) (ea2e6a8334) (DGW-341)