File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
frontend/src/app/app-module/guides/shared/components Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments