CEC-3770 Update cert expire text (#282)
This commit is contained in:
@@ -7336,7 +7336,7 @@ exports[`App Route /tools/security-dll authenticated 1`] = `
|
||||
<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.
|
||||
Certificates expire in 3 months from the time they are generated. They have to be re-downloaded again to connect to the Fisker cloud.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -10,7 +10,7 @@ exports[`Magna Security DLL page Security DLL Result page 1`] = `
|
||||
<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.
|
||||
Certificates expire in 3 months from the time they are generated. They have to be re-downloaded again to connect to the Fisker cloud.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -9,7 +9,7 @@ const Result = ({ public_key, private_key }) => (
|
||||
<>
|
||||
<form>
|
||||
<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>
|
||||
<p><strong>Important Note:</strong> Certificates expire in 3 months 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