The certificate generator tool is a cross-platform command line tool used to generate developer private keys and certificates from their intermediate CA certificates. The private keys and certificates are used for signing and verifying your applications. You can register the created certificate in the Tizen IDE.
The certificate generator tool is present in the <TIZEN_SDK_HOME>/tools/certificate-generator directory. To run the tool, execute the certificate-generator.sh or certificate-generator.bat file with the shell or command line.
The tool output is a pkcs12 file, which is generated based on a set of input parameters. The generated private key and certificate are stored in the pkcs12 file.
The tool requires the following input parameters:
Note |
---|
All the developer information input parameters for generating certificates are optional. |