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

Fixing manual PKI setup commands in taskrunner.rst #1092

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
8 changes: 4 additions & 4 deletions docs/about/features_index/taskrunner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,11 @@ Setting Up the Certificate Authority

.. note::

You can override the apparent FQDN of the system by setting an FQDN environment variable before creating the certificate.
You can override the apparent FQDN by setting it explicitly via the :code:`--fqdn` parameter.

.. code-block:: console

$ fx aggregator generate-cert-request export FQDN=x.x.x.x
$ fx aggregator generate-cert-request --fqdn AFQDN

If you omit the :code:`--fdqn` parameter, then :code:`fx` will automatically use the FQDN of the current node assuming the node has been correctly set with a static address.

Expand All @@ -324,11 +324,11 @@ Setting Up the Certificate Authority

.. note::

You can override the apparent FQDN of the system by setting an FQDN environment variable (:code:`export FQDN=x.x.x.x`) before signing the certificate.
You can override the apparent FQDN of the system by setting an FQDN environment variable (:code:`export FQDN=AFQDN`) before signing the certificate.

.. code-block:: console

$ fx aggregator certify export FQDN=x.x.x.x
$ fx aggregator certify --fqdn AFQDN

5. This node now has a signed security certificate as the aggregator for this new federation. You should have the following files.

Expand Down
Loading