wso2 / carbon-device-mgt

Apache License 2.0
53 stars 113 forks source link

The device identity certificate's subject name has a hardcoded value #1157

Closed inoshperera closed 6 years ago

inoshperera commented 6 years ago

Purpose

The device identity certificate of iOS contains a harcoded value. https://github.com/wso2/product-iots/issues/1601

Goals

To extract the subject name of the CSR when generating the certificates.

Approach

Instead of using a hard coded value, for subject name, request is used to get the csr's subject name

User stories

N/A

Release note

N/A

Documentation

N/A

Training

N/A

Certification

N/A.

Marketing

N/A

Automation tests

Already covered

Security checks

Samples

N/A

Related PRs

N/A

Migrations (if applicable)

N/A

Test environment

iOS 11, JDK 1.8

Learning

N/A