This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docs/bin/updatekeys.sh

4 lines
67 B
Bash
Raw Normal View History

#!/bin/bash
find . -name "*.enc.*" -exec sops updatekeys -y {} \;