diff --git a/content/en/docs/services/device-provisioning-service/client-library.md b/content/en/docs/services/device-provisioning-service/client-library.md
index d7cd53bb..46cf347a 100644
--- a/content/en/docs/services/device-provisioning-service/client-library.md
+++ b/content/en/docs/services/device-provisioning-service/client-library.md
@@ -155,7 +155,7 @@ The resource type of the DPS configuration resource is `x.plgd.dps.conf` and the
| Property Title | Property Name | Type | Access Mode | Mandatory | Description |
| -------------- | ------------- | -----| ----------- | --------- | ----------- |
| Endpoint | endpoint | string | RW | No | Selected device provisioning server endpoint in format `coaps+tcp://{domain}:{port}` |
-| Endpoint name | endpointName | string | RW | No | Name associated with the selected device provisioning server endpoint (currently unused) |
+| Endpoint name | endpointName | string | RW | No | Name associated with the selected device provisioning server endpoint (currently unused by DPS). |
| Endpoints | endpoints | array of objects | RW | No | Array of device provisioning server endpoints. Each item is a pair of (`uri`, `name`) values, where `uri` is the endpoint address in the format `coaps+tcp://{domain}:{port}` and `name` is a string name associated with the endpoint. (Note: the property is generated only if there are at least 2 endpoints set) |
| Last error code | lastErrorCode | string | R | No | Provides last error code when provision status is in `failed` state (see list below for possible values). |
| Force reprovision | forceReprovision | bool | RW | No | Connect to dps service and reprovision time, owner, cloud configuration, credentials and acls. |
diff --git a/content/en/docs/services/device-provisioning-service/features.md b/content/en/docs/services/device-provisioning-service/features.md
index d6bd082e..71f7254a 100644
--- a/content/en/docs/services/device-provisioning-service/features.md
+++ b/content/en/docs/services/device-provisioning-service/features.md
@@ -23,3 +23,4 @@ weight: 2
- **☐ Initial device configuration:** This planned feature aims to provide users with a mechanism to perform the initial configuration of devices during the provisioning process.
- **☐ Blacklisting and whitelisting devices:** With this feature, users will have the ability to blacklist or whitelist specific devices for enhanced access control.
- **☐ Manual approval for device configuration:** This planned feature enables a mechanism where devices require manual approval from the user in order to receive configuration settings. Instead of automatic configuration, users will have control over granting permission for device configuration.
+- **☐ Verify Common Name:** Verify that the Common Name of DPS endpoint certificate matches the name of the selected endpoint.
diff --git a/content/en/docs/services/device-provisioning-service/static/retry-mechanism.drawio.svg b/content/en/docs/services/device-provisioning-service/static/retry-mechanism.drawio.svg
index 090eabd9..c2c9b275 100755
--- a/content/en/docs/services/device-provisioning-service/static/retry-mechanism.drawio.svg
+++ b/content/en/docs/services/device-provisioning-service/static/retry-mechanism.drawio.svg
@@ -1,885 +1,4 @@
-
\ No newline at end of file
+
+
+
+
\ No newline at end of file