Skip to content

Commit

Permalink
Merge pull request #1092 from teoparvanov/taskrunner-readme-fixes
Browse files Browse the repository at this point in the history
Fixing manual PKI setup commands in taskrunner.rst
  • Loading branch information
teoparvanov authored Oct 22, 2024
2 parents 87d8bf9 + d29484a commit 0e8b25a
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 0e8b25a

Please sign in to comment.