1

Can anybody kindly guide me what is the difference between Tizen CLI SDK Security Profile and Tizen Studio Certificate profile?

Tizen CLI SDK does not have any option to create Certificate profile whereas they do have option to create Security Profile and in the same way Tizen Studio does not have option to create Security Profile whereas it has option to create Certificate Profile via Certificate manager

Mohsin Sethi
  • 803
  • 4
  • 16

1 Answers1

1

As far as I understand, the terms security profile and certificate profile refer to the same thing and are used interchangeably:

  • A certificate, refers to either an author certificate or a distributor certificate. An author certificate can be created with Tizen CLI's certificate command.
  • A security profile or certificate profile, consists of an author certificate and one or more distributor certificates. A security profile can be created with Tizen CLI's security-profiles add command.
Swift Kim
  • 396
  • 1
  • 8
  • I agree with what you are saying, it seems like the case. But, I am unable to understand why Samsung created 2 different terminologies for the same thing and never mentioned anywhere that both are same thing. This is confusing. – Mohsin Sethi Oct 05 '21 at 09:07
  • 1
    It's confusing for me too and I don't have any idea why. Tizen SDK always tends to be messy and undocumented. :( – Swift Kim Oct 05 '21 at 11:02