Skip to content

Commit

Permalink
Use localhost for the aggregator in the quick-start tutorial
Browse files Browse the repository at this point in the history
Signed-off-by: Teodor Parvanov <[email protected]>
  • Loading branch information
teoparvanov committed Dec 18, 2024
1 parent ba94a4b commit 138fc7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/get_started/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down

0 comments on commit 138fc7f

Please sign in to comment.