mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
fix cert download issue in index html
This commit is contained in:
@@ -215,9 +215,7 @@ export default class SuccessPage implements AfterViewInit {
|
|||||||
.getElementById('cert')
|
.getElementById('cert')
|
||||||
?.setAttribute(
|
?.setAttribute(
|
||||||
'href',
|
'href',
|
||||||
URL.createObjectURL(
|
`data:application/x-x509-ca-cert;base64,${this.result!.rootCa}`,
|
||||||
new Blob([this.result!.rootCa], { type: 'application/octet-stream' }),
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
const html = this.documentation?.nativeElement.innerHTML || ''
|
const html = this.documentation?.nativeElement.innerHTML || ''
|
||||||
|
|||||||
Reference in New Issue
Block a user