Skip to content
Snippets Groups Projects
Verified Commit 84df3f80 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

encrypt: add another key

parent 3f87f4e0
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,8 @@ if [[ ! -f ${file} ]]; then
exit 1
fi
exec gpg -a --encrypt -r 80E976F14A508A48E9CA3FE9BC372252CA1CF964 -r 8BA8CE830E11C56A4B45CCE0742E0451555CC11F < ${file} > ${file}.asc
exec gpg -a --encrypt \
-r 80E976F14A508A48E9CA3FE9BC372252CA1CF964 \
-r 8BA8CE830E11C56A4B45CCE0742E0451555CC11F \
-r 33EE4AA14D584BFA72AFD02D87682820AADECB71 \
< ${file} > ${file}.asc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment