From 138fc7f7ff7bd2763a6d6f1261912deef17cdc8b Mon Sep 17 00:00:00 2001 From: Teodor Parvanov Date: Wed, 18 Dec 2024 14:45:36 +0100 Subject: [PATCH] Use localhost for the aggregator in the quick-start tutorial Signed-off-by: Teodor Parvanov --- docs/get_started/quickstart.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/get_started/quickstart.rst b/docs/get_started/quickstart.rst index 958c880960..7e092b3771 100644 --- a/docs/get_started/quickstart.rst +++ b/docs/get_started/quickstart.rst @@ -57,13 +57,13 @@ Now you're ready to run your first federation! Copying these commands to your te ################################################################# # Generate a Certificate Signing Request (CSR) for the Aggregator - fx aggregator generate-cert-request + fx aggregator generate-cert-request --fqdn localhost # The CA signs the aggregator's request, which is now available in the workspace - fx aggregator certify --silent + fx aggregator --fqdn localhost certify --silent # Initialize FL Plan and Model Weights for the Federation - fx plan initialize + fx plan initialize --aggregator_address localhost ################################ # Step 3: Setup Collaborator 1 #