I'm using Tizen Studio 3.0 with JDK 7, 8 or 9 (doesn't work with any of them) and I am unable to generate a certificate using either the Certificate Manager or the CLI. In the certificate manager, the "FInish" button briefly flashes a progress dialog and stops. I've tried using the CLI, but it generates this line of output:
Certificate is not valid for reading.certificate expired on 20190101000000GMT+00:00
The CLI log shows the following exception:
2019-01-01 16:02:01,037 [TRACE] GenerateCertificateCLI.java(193) - Current working directory: /Users/jchuah/tizen-studio-data/keystore/author 2019-01-01 16:02:01,439 [ERROR] AbstractCLI.java(93) - Pass a valid PKCS12 structure along with correct password for storing it. org.tizen.ncli.exceptions.UnexpectedException: Pass a valid PKCS12 structure along with correct password for storing it. at org.tizen.ncli.subcommands.sign.GenerateCertificateCommand.call(GenerateCertificateCommand.java:105) at org.tizen.ncli.subcommands.sign.GenerateCertificateCommand.call(GenerateCertificateCommand.java:57) at org.tizen.ncli.subcommands.AbstractSubCommand.runCommand(AbstractSubCommand.java:76) at org.tizen.ncli.ide.shell.GenerateCertificateCLI.execute(GenerateCertificateCLI.java:150) at org.tizen.ncli.ide.shell.AbstractCLI.execute(AbstractCLI.java:91) at org.tizen.ncli.ide.shell.Main.run(Main.java:186) at org.tizen.ncli.ide.shell.Main.main(Main.java:118)
Does anyone have any suggestions?