initial
This commit is contained in:
4
encrypt-secrets.sh
Executable file
4
encrypt-secrets.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
gpg --pinentry-mode=loopback --symmetric --cipher-algo AES256 --armor --output secrets.asc secrets.txt
|
||||
|
||||
Reference in New Issue
Block a user