Skip to content

Commit 16cd67c

Browse files
authored
Fix minor typo
1 parent 1ffe629 commit 16cd67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ else:
828828

829829
### SP Key rollover ###
830830

831-
If you plan to update the SP x509cert and privateKey you can define the new x509cert as $settings['sp']['x509certNew'] and it will be
831+
If you plan to update the SP x509cert and privateKey you can define the new x509cert as settings['sp']['x509certNew'] and it will be
832832
published on the SP metadata so Identity Providers can read them and get ready for rollover.
833833

834834

@@ -837,7 +837,7 @@ published on the SP metadata so Identity Providers can read them and get ready f
837837
In some scenarios the IdP uses different certificates for
838838
signing/encryption, or is under key rollover phase and more than one certificate is published on IdP metadata.
839839

840-
In order to handle that the toolkit offers the $settings['idp']['x509certMulti'] parameter.
840+
In order to handle that the toolkit offers the settings['idp']['x509certMulti'] parameter.
841841

842842
When that parameter is used, 'x509cert' and 'certFingerprint' values will be ignored by the toolkit.
843843

0 commit comments

Comments
 (0)