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 @@ -865,7 +865,7 @@ else:
865865
866866### SP Key rollover ###
867867
868- If you plan to update the SP x509cert and privateKey you can define the new x509cert as $ settings[ 'sp'] [ 'x509certNew' ] and it will be
868+ If you plan to update the SP x509cert and privateKey you can define the new x509cert as settings[ 'sp'] [ 'x509certNew' ] and it will be
869869published on the SP metadata so Identity Providers can read them and get ready for rollover.
870870
871871
@@ -874,7 +874,7 @@ published on the SP metadata so Identity Providers can read them and get ready f
874874In some scenarios the IdP uses different certificates for
875875signing/encryption, or is under key rollover phase and more than one certificate is published on IdP metadata.
876876
877- In order to handle that the toolkit offers the $ settings[ 'idp'] [ 'x509certMulti' ] parameter.
877+ In order to handle that the toolkit offers the settings[ 'idp'] [ 'x509certMulti' ] parameter.
878878
879879When that parameter is used, 'x509cert' and 'certFingerprint' values will be ignored by the toolkit.
880880
You can’t perform that action at this time.
0 commit comments