mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
parent
848caac773
commit
36e22af0ca
2 changed files with 2 additions and 1 deletions
1
changes/23021-abm-cert-pem
Normal file
1
changes/23021-abm-cert-pem
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Download ABM public key as PEM format instead of CRT
|
||||
|
|
@ -21,7 +21,7 @@ interface IDownloadABMKeyProps {
|
|||
}
|
||||
|
||||
const downloadKeyFile = (data: { public_key: string }) => {
|
||||
downloadBase64ToFile(data.public_key, "fleet-mdm-apple-bm-public-key.crt");
|
||||
downloadBase64ToFile(data.public_key, "fleet-mdm-apple-bm-public-key.pem");
|
||||
};
|
||||
|
||||
// TODO: why can't we use Content-Dispostion for these? We're only getting one file back now.
|
||||
|
|
|
|||
Loading…
Reference in a new issue