Mohsin Sethi
Mohsin Sethi

Reputation: 821

Difference between Tizen CLI SDK Security Profile and Tizen Studio Certificate profile?

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

Upvotes: 1

Views: 587

Answers (1)

Swift Kim
Swift Kim

Reputation: 435

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.

Upvotes: 1

Related Questions