################################################################
# DO NOT REMOVE THIS FILE
################################################################

This directory is for adding product specific certifciates.

The file name should be like below.
- Format : [cert_hash].[seq]
            cert_hash : Certificate hash. You can get cert_hash with the below command.
                         openssl x509 -hash -in [cert file path]
			seq : Sequence. Usually, '0' when no existing certificate has the same cert_has value.
					If there are certificates with the same cert_hash value,
						seq should be the number of the existing certifcates with the same cert_hash value.
- Example : ff34af3f.0

