| 1 | = Instructions for encrypting confidential test cases code for tickets = |
| 2 | |
| 3 | == Linux == |
| 4 | Make sure you have {{{gpg}}} installed and register the public PGP key with the following command |
| 5 | {{{ |
| 6 | gpg --keyserver keyserver.ubuntu.com --recv-keys 3716729F |
| 7 | }}} |
| 8 | |
| 9 | Encrypt your file with the following command |
| 10 | {{{ |
| 11 | gpg --output myfile.ext.gpg --encrypt --recipient openmodelica@ida.liu.se myfile.ext |
| 12 | }}} |
| 13 | |
| 14 | If you need to submit multiple files, please create a .tgz or .zip file and encrypt that. |
| 15 | |
| 16 | == Windows == |
| 17 | Download and install the [https://www.gpg4win.org/ Gpg4Win] software suite. |
| 18 | |
| 19 | 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}}}. |
| 20 | |
| 21 | 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. |