mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
v2.19.2
This commit is contained in:
parent
cbafa55450
commit
bcf63b6700
11 changed files with 40 additions and 36 deletions
|
|
@ -37,4 +37,7 @@ $nc_tar->compress(Phar::GZ);
|
|||
unlink($nc_destination);
|
||||
$nc_destination .= '.gz';
|
||||
|
||||
$signature = shell_exec("openssl dgst -sha512 -sign ~/.nextcloud/certificates/snappymail.key {$nc_destination} | openssl base64");
|
||||
file_put_contents($nc_destination.'.sig', $signature);
|
||||
|
||||
echo "{$nc_destination} created\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue