From: Felix Dörre Date: Tue, 7 Apr 2015 13:44:07 +0000 (+0200) Subject: Add: script for collection of files to publish via other http X-Git-Url: https://code.wpia.club/?p=nre.git;a=commitdiff_plain;h=07697c06727b91f0f44cb3580a55908ee303f102 Add: script for collection of files to publish via other http --- diff --git a/.gitignore b/.gitignore index 2eedf66..8ad869e 100755 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.ca *.crl *.tar.gz +*.tar.gz.* config diff --git a/collectOffline.sh b/collectOffline.sh new file mode 100755 index 0000000..9cda2e7 --- /dev/null +++ b/collectOffline.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +tar cz *.ca | openssl enc -e -kfile <(echo 1234) -md sha256 -aes-256-cbc > offline.tar.gz.aes-256-cbc