Initial commit : separated from ca-certificate package for easy modification by produ...
[platform/core/security/ca-certificates-ext.git] / certs_add / README
1 ################################################################
2 # DO NOT REMOVE THIS FILE
3 ################################################################
4
5 This directory is for adding product specific certifciates.
6
7 The file name should be like below.
8 - Format : [cert_hash].[seq]
9             cert_hash : Certificate hash. You can get cert_hash with the below command.
10                          openssl x509 -hash -in [cert file path]
11                         seq : Sequence. Usually, '0' when no existing certificate has the same cert_has value.
12                                         If there are certificates with the same cert_hash value,
13                                                 seq should be the number of the existing certifcates with the same cert_hash value.
14 - Example : ff34af3f.0
15