Skip to content

Commit 9c9d5d9

Browse files
committed
feat(agent): add TLS support for syslog command generation and update argument handling
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent 08ff88d commit 9c9d5d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/src/app/app-module/guides/shared/components/log-collector.component.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ import {PLATFORMS} from '../constant';
3131
class="flex-item">
3232
</ng-select>
3333
</div>
34+
<div *ngIf="this.selectedProtocol && this.selectedProtocol.name === 'TCP/TLS'" class="alert alert-info alert-styled-right mt-2">
35+
After the TLS certificates have been successfully loaded into the system,
36+
it is not necessary to repeat the certificate loading process when enabling
37+
additional integrations that use TLS. The system will automatically apply the
38+
previously configured certificates to ensure secure communication.
39+
</div>
3440
<ng-container *ngIf="selectedProtocol && selectedPlatform && selectedAction">
3541
<span class="font-weight-semibold mb-2">{{selectedPlatform.shell}}</span>
3642
<app-utm-code-view *ngFor="let command of commands" class="" [code]=command></app-utm-code-view>

0 commit comments

Comments
 (0)