Line 62:
Line 62:
su - kojiadmin
su - kojiadmin
koji help
koji help
+
</syntaxhighlight>You can add end Users via<syntaxhighlight lang="bash">
+
koji-add-user.sh <User Name> [ permission=<permission> | debug ]
+
</syntaxhighlight>This will add them into the db and generate ssl CLI and browser keys, which will be bundled up in a tgz file at /etc/pki/koji/bundle/koji-\<User Name\>-bundle.tgz.
+
+
This bundle should be extracted in their home (~) directory and will create a .koji directory with config and keys.<syntaxhighlight lang="bash">
+
cd ~
+
tar -zxf koji-<User Name>-bundle.tgz
</syntaxhighlight>
</syntaxhighlight>