From 69cd95f45bdf65340d16372d9ba9592718654cc4 Mon Sep 17 00:00:00 2001 From: liyan Date: Fri, 21 Apr 2023 09:45:32 +0000 Subject: [PATCH] update en/device-dev/subsystems/subsys-security-devicesecuritylevel.md. Signed-off-by: li-yan339 Signed-off-by: liyan --- en/device-dev/subsystems/subsys-security-devicesecuritylevel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/subsystems/subsys-security-devicesecuritylevel.md b/en/device-dev/subsystems/subsys-security-devicesecuritylevel.md index 6753e3476d..57832cd44f 100644 --- a/en/device-dev/subsystems/subsys-security-devicesecuritylevel.md +++ b/en/device-dev/subsystems/subsys-security-devicesecuritylevel.md @@ -421,7 +421,7 @@ The fields in the response message are described as follows: ### Tool -The DSLM module provides a [credential tool](https://gitee.com/openharmony/security_device_security_level/blob/master/oem_property/ohos/dslm_cred_tool.py) to help you better understand the issuing and verification of credentials. This tool is a Python script encapsulated with OpenSSL commands. +The DSLM module provides a [credential tool](https://gitee.com/openharmony/security_device_security_level/blob/master/oem_property/ohos/standard/dslm_cred_tool.py) to help you better understand the issuing and verification of credentials. This tool is a Python script encapsulated with OpenSSL commands. You can use the tool as follows: 1. Initialize the signature key. -- GitLab