Changes between Initial Version and Version 1 of PgpInstructions


Ignore:
Timestamp:
2018-01-17T23:36:04Z (7 years ago)
Author:
Francesco Casella
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PgpInstructions

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