Camelot wrote:
Do you have an idea what we got wrong? Our CA is hosted on an Win2008 R2 Server.
Thanks Andreas
Ok, if you are aware about these risks, then the following syntax must be used:We did the following tests:Submit-CertificateRequest <parameters> -Attribute "san:dns=www.example.com&dns=sip.example.com"
-
Submit-CertificateRequest -Path d:\temp\acertRequest.cer -CertificateAuthority $myCA -Attribute 'CertificateTemplate:TestServerInternalStandard','san:dns=testname1.infineon.com&dns=testname2.infineon.com'
-
Submit-CertificateRequest -Path d:\temp\acertRequest.cer -CertificateAuthority $myCA -Attribute 'san:dns=testname1.infineon.com&dns=testname2.infineon.com','CertificateTemplate:TestServerInternalStandard'
Do you have an idea what we got wrong? Our CA is hosted on an Win2008 R2 Server.
Thanks Andreas