diff options
Diffstat (limited to 'cluster/prod/app/bagage/secrets.toml')
-rw-r--r-- | cluster/prod/app/bagage/secrets.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cluster/prod/app/bagage/secrets.toml b/cluster/prod/app/bagage/secrets.toml new file mode 100644 index 0000000..71b760a --- /dev/null +++ b/cluster/prod/app/bagage/secrets.toml @@ -0,0 +1,4 @@ +[secrets."bagage/id_rsa"] +type = 'command' +rotate = true +command = 'ssh-keygen -q -f >(cat) -N "" <<< y 2>/dev/null 1>&2 ; true' |