summaryrefslogtreecommitdiff
path: root/vmadm.md
diff options
context:
space:
mode:
Diffstat (limited to 'vmadm.md')
-rw-r--r--vmadm.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/vmadm.md b/vmadm.md
index a109a44..1b004f4 100644
--- a/vmadm.md
+++ b/vmadm.md
@@ -50,7 +50,7 @@ default_memory_mib: 2048
default_cpus: 1
default_generate_host_certificate: true
default_autostart: true
-ca_key: ca_key
+ca_key: ~/ca_key
authorized_keys:
- ~/.ssh/id_rsa.pub
~~~
@@ -67,7 +67,7 @@ authorized_keys:
"default_networks": [
"default"
],
- "ca_key": "ca_key",
+ "ca_key": "~/ca_key",
"authorized_keys": [
"~/.ssh/id_rsa.pub"
]
@@ -75,7 +75,8 @@ authorized_keys:
~~~
~~~{#spec.yaml .file .yaml}
-foo: {}
+foo:
+ ca_key: ~/other_ca
~~~
~~~{#fullspec.json .file .json}
@@ -101,7 +102,7 @@ foo: {}
"cpus": 1,
"generate_host_certificate": true,
"autostart": true,
- "ca_key": "ca_key"
+ "ca_key": "~/other_ca"
}
]
~~~