= Application Signing = Developers may create an application signature file to for their applications. A license file must be requested from Cardinal to identify the developer company name. To generate an application signature after the application executable is created. The "appsign" program is ran providing the name of the application and the path of the executable. For example: {{{ $ /srv/nfs/appsign "My App" /srv/nfs/myapp App sign created_by [MyCompany] license code [xxxxxxxx] Found [My App] Found created by [MyCompany] Signature file [/srv/nfs/myapp.sgn] created }}}