mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
allow ca download over lan (#1877)
This commit is contained in:
committed by
Aiden McClelland
parent
9221f25e35
commit
ad14503e9f
@@ -33,22 +33,10 @@
|
||||
>instructions</a
|
||||
>.
|
||||
</h2>
|
||||
<ng-container *ngIf="downloadIsDisabled && (server$ | async) as server">
|
||||
<br />
|
||||
<ion-text color="warning">
|
||||
For security reasons, you must setup LAN over a
|
||||
<a
|
||||
[attr.href]="server['tor-address']"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>Tor connection</a
|
||||
>.
|
||||
</ion-text>
|
||||
</ng-container>
|
||||
</ion-label>
|
||||
</ion-item>
|
||||
|
||||
<ion-item button (click)="installCert()" [disabled]="downloadIsDisabled">
|
||||
<ion-item button (click)="installCert()">
|
||||
<ion-icon slot="start" name="download-outline" size="large"></ion-icon>
|
||||
<ion-label>
|
||||
<h1>Download Root CA</h1>
|
||||
|
||||
Reference in New Issue
Block a user