mirror of https://github.com/BOINC/boinc.git
6 lines
253 B
HTML
6 lines
253 B
HTML
|
<title>Creating encryption keys</title>
|
||
|
<h2>Creating encryption keys</h2>
|
||
|
|
||
|
crypt_prog -genkey 1024 $BOINC_KEY_DIR/upload_private $BOINC_KEY_DIR/upload_public");
|
||
|
crypt_prog -genkey 1024 $BOINC_KEY_DIR/code_sign_private $BOINC_KEY_DIR/code_sign_public");
|