Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
📝 refs #1860 Fixing bad indent on FusionAuth sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
vcampitelli committed Jul 11, 2023
1 parent e87e415 commit ef70cda
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/platform/howto/saml/setup-saml-fusionauth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,17 @@ First you need to create an API Key in your FusionAuth instance:
#. Clone `the FusionAuth example scripts GitHub repository <https://github.com/FusionAuth/fusionauth-example-scripts>`__.

.. code:: shell
git clone [email protected]:FusionAuth/fusionauth-example-scripts.git
cd fusionauth-example-scripts/v3-certificate
git clone [email protected]:FusionAuth/fusionauth-example-scripts.git
cd fusionauth-example-scripts/v3-certificate
#. Run the ``generate-certificate`` script.

.. code:: shell
./generate-certificate
#. Give the key a meaningful name (for example, "Aiven key").
#. Give the key a meaningful name (for example, "Aiven key").

#. Copy the generated certificate that the script creates. You now have a certificate in the **Key Master** in your FusionAuth instance.

Expand Down

0 comments on commit ef70cda

Please sign in to comment.