Skip to content

Commit 3f49c1e

Browse files
committed
fix: documentation typo
1 parent d658b25 commit 3f49c1e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/source/contents/setup.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -622,9 +622,6 @@ SAML2 certificate creation example::
622622
PySAML2 certificates are files, in the form of strings that contains a filesystem path.
623623
What about configuring the certificates in a different way, in case we are using a container based deploy?
624624

625-
- You could supply the cert & key as environment variables (base64 encoded) then create the files
626-
when the container starts, either in an entry point shell script or in your settings.py file.
625+
- You could supply the cert & key as environment variables (base64 encoded) then create the files when the container starts, either in an entry point shell script or in your settings.py file.
627626

628-
- Using `Python Tempfile <https://docs.python.org/3/library/tempfile.html>`_
629-
In the settings create two temp files, then write the content configured in environment variables in them, then use tmpfile.name as
630-
key/cert values in pysaml2 configuration.
627+
- Using `Python Tempfile <https://docs.python.org/3/library/tempfile.html>`_ In the settings create two temp files, then write the content configured in environment variables in them, then use tmpfile.name as key/cert values in pysaml2 configuration.

0 commit comments

Comments
 (0)