diff --git a/docs/platform/howto/saml/setup-saml-fusionauth.rst b/docs/platform/howto/saml/setup-saml-fusionauth.rst index 4330e7187a..416f2b965a 100644 --- a/docs/platform/howto/saml/setup-saml-fusionauth.rst +++ b/docs/platform/howto/saml/setup-saml-fusionauth.rst @@ -6,21 +6,6 @@ This article explains how to set up SAML with `FusionAuth `__ and execute the script located in ``rsa-certificate``. +#. Clone `the FusionAuth example scripts GitHub repository `__. -.. code:: shell + .. code:: shell + git clone git@github.com:FusionAuth/fusionauth-example-scripts.git + cd fusionauth-example-scripts/v3-certificate - git clone git@github.com:FusionAuth/fusionauth-example-scripts.git - cd fusionauth-example-scripts/rsa-certificate - ./generate-certificate +#. Run the ``generate-certificate`` script. + + .. code:: shell + + ./generate-certificate #. Give the key a meaningful name (for example, "Aiven key"). @@ -82,9 +72,9 @@ Now that your application is ready, clone `this GitHub repository