CLI Certificate Path Problems in Tizen Studio 2.3

Original Created May 14, 2018 | Regeneration Apr 22, 2026

I'm using Tizen Studio 2.3 CLI version and encountering an issue when trying to set a certificate profile. When I run the command:

tizen security-profiles add -n gabeschneider -a ./tizen-studio-data.3/keystore/author/author.p12 -p [password]

I get the error message: "Not found a file of security profiles. Please check specified path."

The path definitely exists and works outside of Tizen Studio. What could be causing this problem?

Problem Understanding

The user is experiencing difficulties adding a security profile in Tizen Studio CLI due to path-related issues. Despite the path being valid outside Tizen Studio, the system fails to recognize the certificate file.

Solution Methods

  1. Use Absolute Paths

    • Try using the full absolute path instead of relative path for the certificate file.
  2. Verify Profiles Path Configuration

    • Check your current profiles path configuration using:
      tizen cli-config -l
      
    • Look for the profiles.xml file in the listed path.
  3. Set Correct Profiles Path

    • If needed, set the correct profiles path using:
      tizen cli-config -g default.profiles.path=[your_path]/profiles.xml
      
    • Example path:
      tizen cli-config -g default.profiles.path=~/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
      
  4. List Security Profiles

    • After configuration, verify your security profiles with:
      tizen security-profiles list
      

Code Examples

# Example of adding profile with absolute path
tizen security-profiles add -n gabeschneider -a /home/user/tizen-studio-data.3/keystore/author/author.p12 -p [password]

# Example of setting profiles path
tizen cli-config -g default.profiles.path=/home/user/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml

Additional Tips

  • Ensure the certificate file has proper permissions
  • Verify the password is correct
  • Check for any special characters in the path that might cause issues
  • Consider reinstalling Tizen Studio if the problem persists

Customize your cookie preferences

You can enable or disable non-essential cookies. Essential cookies are always on to ensure the site works properly and to keep you signed in.

Necessary

These cookies are necessary for the website to function properly and cannot be switched off. They help with things like logging in and setting your privacy preferences.

Always on

Analytics

These cookies help us improve the site by tracking which pages are most popular and how visitors move around the site.

Enable analytics cookies
Public Forum Public Forum
Employees only. Please sign in with your company account.