Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use localhost for the aggregator in the quick-start tutorial #1221

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading