Skip to content

Commit 05c8aa5

Browse files
committed
Update failed-to-load-resource.md
1 parent 40564a4 commit 05c8aa5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

faq/failed-to-load-resource.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ In this case, if you are trying to access an application that integrates a versi
3333
Note: the new certificate from Dynamsoft will expire on December 8th, 2023. This means you will need to update the certificate again after this certificate expires.
3434
- Method 3. <a href="{{site.about}}getsupport.html" target="_blank">Contact Dynamsoft</a> for a new MSI for client-side.
3535

36-
- For v17.2 or higher versions, use the new API <a href="{{site.info}}api/Dynamsoft_WebTwainEnv.html#updatecert" target="_blank">UpdateCert</a> to automatically update the client side certificate before it expires.
37-
38-
- If you want to automatically update the certificate, please add following code:
39-
36+
- For v17.2 or higher versions, use the new API <a href="{{site.info}}api/Dynamsoft_WebTwainEnv.html#updatecert" target="_blank">UpdateCert</a> to automatically update the client side certificate before it expires. The following is an sample code:
4037
```javascript
4138
// Add the code in dynamsoft.webtwain.config.js file
4239
Dynamsoft.DWT.ServiceCertUpdateURL= "https://demo.dynamsoft.com/DWT/Resources/dist/cert.zip";

0 commit comments

Comments
 (0)