Skip to content

Commit 49b4aa2

Browse files
committed
Update failed-to-load-resource.md
1 parent b64f34b commit 49b4aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faq/failed-to-load-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In case, you used our expired certificate - local.dynamsoft.com, as an official
3333
- **No High Level Security Requirement**:
3434
Set back to self-signed certificate "127.0.0.1" by comment the line `Dynamsoft.WebTwainEnv.Host = "local.dynamsoft.com"` or `Dynamsoft.DWT.Host="local.dynamsoft.com"` out. No need to worry about the expiry date of the certificate anymore.
3535

36-
- **High Level Security Requirement (<font color=red>Please pay attention: you need to replace the certificate annually due to expiration</font>)**
36+
- **High Level Security Requirement (<font color=red>Pay attention: you need to replace the certificate annually due to expiration</font>)**
3737
1. (**<u>Recommend</u>**) Set back to self-signed certificate "127.0.0.1". Dynamsoft understand the importance of information security and are committed to remaining one of the most security-compliant companies in the industry. Starting from April 9,2021, Dynamsoft become ISO 27001 certified. Though you are using a self-sign certificate, but all connections are limited to the device itself (127.0.0.1) which ensures the security in most cases.
3838

3939
2. If you have to use "local.dynamsoft.com", the following methods can be taken:
@@ -49,7 +49,7 @@ In case, you used our expired certificate - local.dynamsoft.com, as an official
4949
Dynamsoft.OnSSLCertInfo = function (sslExpiredDate) {
5050
if ((sslExpiredDate - new Date()) / 86400000 < 15) { // Automatically updates 15 days before expiration
5151
Dynamsoft.DWT.UpdateCert(
52-
"-https://tst.dynamsoft.com/public/download/dwt/newcert/local.dynamsoft.com/newcert.zip", //E.g. http://xxx.com/cert.zip. server.pem.ldsc & server_key.pem.ldsc should be in cert.zip.
52+
"https://tst.dynamsoft.com/public/download/dwt/newcert/local.dynamsoft.com/newcert.zip", //You may use your own URL to where the new certificate is placed.
5353
function () {
5454
//Success callback
5555
},

0 commit comments

Comments
 (0)