do not require auth for cert (#2425)

* do not require auth for cert

* use unauthenticated cert path

---------

Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
This commit is contained in:
Aiden McClelland
2023-09-27 14:12:07 -06:00
committed by GitHub
parent 0daaf3b1ec
commit c305deab52
2 changed files with 60 additions and 61 deletions

View File

@@ -35,9 +35,5 @@
</ion-item-group>
<!-- hidden element for downloading cert -->
<a
id="install-cert"
href="/public/eos/local.crt"
[download]="crtName$ | async"
></a>
<a id="install-cert" href="/eos/local.crt" [download]="crtName$ | async"></a>
</ion-content>