Skip to content

Commit c0e0d5c

Browse files
committed
RTD openssl example, index fix and minor changes
1 parent 4f96f37 commit c0e0d5c

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

docs/source/contents/setup.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Of course, with the real URL of your preferred Discovery Service.
183183

184184
Idp hinting
185185
===========
186-
If the SP uses an AIM Proxy it is possible to suggest the authentication IDP by adopting the _idphint_ parameter. The name of the `idphint` parameter is default, but it can also be changed using this parameter::
186+
If the SP uses an AIM Proxy it is possible to suggest the authentication IDP by adopting the `idphint` parameter. The name of the `idphint` parameter is default, but it can also be changed using this parameter::
187187

188188
SAML2_IDPHINT_PARAM = 'idphint'
189189

@@ -530,5 +530,7 @@ encryption/decryption support please configure another set of ``key_file`` and
530530

531531
Check your openssl documentation to generate a test certificate.
532532

533-
..
533+
534+
.. Example::
535+
534536
openssl req -nodes -new -x509 -newkey rsa:2048 -days 3650 -keyout private.key -out public.cert

docs/source/index.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,3 @@ under the `Apache 2.0 <https://en.wikipedia.org/wiki/Apache_License>`_.
4141
:caption: FAQ
4242

4343
contents/faq.md
44-
45-
Indices and tables
46-
==================
47-
48-
* :ref:`genindex`
49-
* :ref:`modindex`
50-
* :ref:`search`

0 commit comments

Comments
 (0)