aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 6618f570..3ba8abcb 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,4 +1,3 @@
#!/bin/bash
-ssh-keygen -t rsa -N "" -f config/ssh_client_cert/ssh_client_key
-
+mkdir -p ~/.vicn/ssh_client_cert/ && ssh-keygen -t rsa -N "" -f ~/.vicn/ssh_client_cert/ssh_client_key