CEC-3770 Update cert expire text (#282)

This commit is contained in:
John Wu
2023-02-15 11:08:20 -08:00
committed by GitHub
parent 8bbebb65f7
commit f2aa5d00fb
3 changed files with 3 additions and 3 deletions

View File

@@ -7336,7 +7336,7 @@ exports[`App Route /tools/security-dll authenticated 1`] = `
<strong> <strong>
Important Note: Important Note:
</strong> </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> </p>
<ul> <ul>
<li> <li>

View File

@@ -10,7 +10,7 @@ exports[`Magna Security DLL page Security DLL Result page 1`] = `
<strong> <strong>
Important Note: Important Note:
</strong> </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> </p>
<ul> <ul>
<li> <li>

View File

@@ -9,7 +9,7 @@ const Result = ({ public_key, private_key }) => (
<> <>
<form> <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>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> <ul>
<li> <li>
<DownloadFileLink <DownloadFileLink