Hello @Strychocki, Pawel ,
Thanks for reaching out.
Azure AD auto-generate SAML Signing Certificate when you setup SSO and these certificate are self-signed therefore you can neither modify (“Issued To” and “Issued By”) values or re-use certificate, lets say reuse App-1 auto-generated certificate to App-2.
The feasible way would be creating your own Self-Sign certificate (with Signing algorithm SHA-256/SHA-1) and upload newly created cert along with private key to App1 and App2 and then activate them in portal so that you would have same certificate for both application (or) create two different new self-sign certificate and then upload them to App1 and App2.
To learn more about Manage certificates for federated single sign-on in Azure Active Directory: https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/manage-certificates-for-federated-single-sign-on
Create and export your public certificate with its private key: https://learn.microsoft.com/en-us/azure/active-directory/develop/howto-create-self-signed-certificate#option-2-create-and-export-your-public-certificate-with-its-private-key
Hope this helps.
------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.