File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
832832published 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
837837In some scenarios the IdP uses different certificates for
838838signing/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
842842When that parameter is used, 'x509cert' and 'certFingerprint' values will be ignored by the toolkit.
843843
You can’t perform that action at this time.
0 commit comments