From fc8a9eb5cc88de84b9244a988b4de299f288500b Mon Sep 17 00:00:00 2001 From: Pino de Candia <32303022+pinodeca@users.noreply.github.com> Date: Wed, 11 Oct 2017 09:32:25 -0500 Subject: [PATCH] Added note that Vendor Data may be served by the main API component. --- doc/source/architecture.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/architecture.rst b/doc/source/architecture.rst index b603b7d..d3ee3d2 100644 --- a/doc/source/architecture.rst +++ b/doc/source/architecture.rst @@ -18,6 +18,8 @@ The API server signs user and host SSH public keys (for both compute instances a ssh-vd ------ +ssh-vd may just run within the API process - To Be Decided. + **ssh-vd** is the key component in installing an instance's host SSH certificate. There are two possible approaches: #. Generate private key, public key and host certificate off the instance, then install them on the instance.