certs scripts
This commit is contained in:
13
tools/encrypt-certificates.sh
Executable file
13
tools/encrypt-certificates.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
|
||||
set -e
|
||||
|
||||
tar -czvf certificates.tgz ./certificates/
|
||||
|
||||
gpg --symmetric --cipher-algo AES256 --armor --pinentry-mode=loopback --output certificates.asc certificates.tgz
|
||||
|
||||
rm certificates.tgz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user