reproducible-deployments-filestructure #87

Closed
kalipso wants to merge 15 commits from reproducible-deployments-filestructure into master
Showing only changes of commit 3caa94c53b - Show all commits

View File

@@ -28,8 +28,8 @@ mkdir -p $pwpath/$host/secrets
cd $pwpath/$host/secrets
# Generate SSH keys
ssh-keygen -f $hostkey -t ed25519 -N ""
ssh-keygen -f $initrdkey -t ed25519 -N ""
ssh-keygen -f $hostkey -t ed25519 -N "" -C "root@$host"
ssh-keygen -f $initrdkey -t ed25519 -N "" -C "root@$host-initrd"
#encrypt the private keys
sops -e -i ./$hostkey