Skip to content

Commit

Permalink
rebased on develop
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-davidyuk committed Aug 19, 2021
1 parent 010ca93 commit 5148968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 231 deletions.
228 changes: 0 additions & 228 deletions docs/running_the_federation.director_based.interactive_api.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/openfl/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Envoy

|productName| comes with another long-existing actor called Envoy. It runs on collaborator machines connected to a *Director*.
There is one to one mapping between *Envoys* and Dataset shards: every *Envoy* needs exactly one *Shard Descriptor* to run.
When the *Director* starts an experiment, *Envoy* will accept the experiment workspace, prepare the environment and start a *Collaborator*
When the *Director* starts an experiment, *Envoy* will accept the experiment workspace, prepare the environment and start a *Collaborator*.
4 changes: 2 additions & 2 deletions docs/source/utilities/pki.step_ca.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Token must be copied to each node by some secure way. Each step is considered in
1. Create CA, i.e create root key pair, CA server config and other.
.. code-block:: console
$ fx pki install -p </path/to/ca/dir> --password <123> --ca-url <host:port>
$ fx pki install -p </path/to/ca/dir> --ca-url <host:port>
| :code:`-p` - path to folder, which will contain ca files.
| :code:`--password` - password that will encrypts some ca files.
| :code:`--ca-url` - host and port which ca server will listen
When executing this command, you will be prompted for a password and password confirmation. The password will encrypt some ca files.
This command will also download `step-ca <https://github.com/smallstep/certificates>`_ and `step <https://github.com/smallstep/cli>`_ binaries from github.

2. Run CA https server.
Expand Down

0 comments on commit 5148968

Please sign in to comment.