set content disposition for cert (#2527)

* set content disposition for cert
* update content type for cert
* remove unnecessary frontend download attr
This commit is contained in:
Aiden McClelland
2023-11-20 11:54:05 -07:00
committed by GitHub
parent 04bd1cfa41
commit efdc558cba
7 changed files with 16 additions and 17 deletions

View File

@@ -100,7 +100,4 @@
<a
id="install-cert"
href="/eos/local.crt"
[download]="
config.isLocal() ? document.location.hostname + '.crt' : 'startos.crt'
"
></a>