Instructions for encrypting confidential test cases code for tickets
Linux
Make sure you have gpg
installed and register the public PGP key with the following command
gpg --keyserver keyserver.ubuntu.com --recv-keys 3716729F
Encrypt your file with the following command
gpg --output myfile.ext.gpg --encrypt --recipient openmodelica@ida.liu.se myfile.ext
If you need to submit multiple files, please create a .tgz or .zip file and encrypt that.
Windows
Download and install the Gpg4Win software suite.
Start the Kleopatra application, select Settings|Configure Kleopatra, set the server address to hkps://keyserver.ubuntu.com
and click OK. Then, click on the Lookup On Server button, find the openmodelica
string and import the key with email openmodelica@ida.liu.se
.
To encrypt a file, righ-click on it, select Sign and Encrypt, check Encrypt for others provide the address openmodelica@ida.liu.se
, and click on Encrypt.