CEC-3453 Update security dll instructions (#252)
This commit is contained in:
@@ -4,11 +4,13 @@ exports[`Magna Security DLL page Security DLL Result page 1`] = `
|
||||
<div>
|
||||
<form>
|
||||
<p>
|
||||
Click to download your certificates and security.dll.
|
||||
<br />
|
||||
Please click the links below to download the certificate.pem, key.pem and the security.dll (either the 32-bit or 64-bit version to match your application). Install all files in the same folder, and then run your application of choice to connect to the Fisker cloud.
|
||||
</p>
|
||||
<p>
|
||||
<strong>
|
||||
DLL will not work unless certificate.pem and key.pem are placed next to the DLL
|
||||
Important Note:
|
||||
</strong>
|
||||
Certificates expire in one month from the time they are generated. They have to be re-downloaded again to connect to the Fisker cloud.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -8,7 +8,8 @@ const CertMimeType = "application/x-pem-file";
|
||||
const Result = ({ public_key, private_key }) => (
|
||||
<>
|
||||
<form>
|
||||
<p>Click to download your certificates and security.dll.<br /><strong>DLL will not work unless certificate.pem and key.pem are placed next to the DLL</strong></p>
|
||||
<p>Please click the links below to download the certificate.pem, key.pem and the security.dll (either the 32-bit or 64-bit version to match your application). Install all files in the same folder, and then run your application of choice to connect to the Fisker cloud.</p>
|
||||
<p><strong>Important Note:</strong> Certificates expire in one month from the time they are generated. They have to be re-downloaded again to connect to the Fisker cloud.</p>
|
||||
<ul>
|
||||
<li>
|
||||
<DownloadFileLink
|
||||
|
||||
Reference in New Issue
Block a user