From fd35f04c774889244059b043d88d8d435f0e8500 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 20 Jan 2019 18:10:21 +0100 Subject: [PATCH] Update comments --- vm-create | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/vm-create b/vm-create index a492e0e..aa55202 100644 --- a/vm-create +++ b/vm-create @@ -1,8 +1,10 @@ #!/bin/random -# This is a sample script / prototype to create VMs in Data Center -# Light +# This is a sample script / prototype to create a VM: +# 1. user registers a payment method (Credit card) -> stores at stripe +# 2. user adds ssh key(s) +# 3. user creates a VM # -# Flow to register payment: +# Flow to register payment method: # # - Connect to account.ungleich.ch with (username, password) for getting (name, realm, seed) # - Connect to pay.ungleich.ch with (name, realm, token) { JSON } @@ -47,4 +49,4 @@ if [ $# -ne 2 ]; then exit 1 fi -curl https:// +curl https://...