Hello. I installed ADFS and got warnings. How critical are they? Which services does it interact with?

The first warning is to restart the server - OK, I'll do it.
The second warning. My wildcard certificate was issued using the Active Directory Certificate Service*.LAB.COM
Did I understand correctly that I have to run a powershell commandlet to fix it?https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/operations/ad-fs-support-for-alternate-hostname-binding-for-certificate-authentication
Set-AdfsAlternateTlsClientBinding -Member ADFS.lab.com -Thumbprint '<thumbprint of cert>' ?
The third warning:An error occurred during an attempt to set the SPN for the specified service account. Set the SPN for the service account manually. For more information about setting the SPN of the service account manually, see the AD FS Deployment Guide. Error message: The SPN required for this Federation Service is already set on another Active Directory account. Choose a different Federation Service name and try again.
