Edu-IT Posted November 22, 2011 Posted November 22, 2011 How does one go about generating such request in IIS6? Or, is it not possible? I can't for the life of me see how to do it.
Domino Posted November 23, 2011 Posted November 23, 2011 IIS6 doesn't supports SANs in the CSR wizard What's it for?
Edu-IT Posted November 23, 2011 Author Posted November 23, 2011 Need to generate a cert that's got multiple names within it. Can it be done through certreq.exe?
Domino Posted November 23, 2011 Posted November 23, 2011 Yes, and apparently with the certificate enrollment wizard on the machine, rather than the IIS one: How to Request a Certificate With a Custom SAN I ask why because many of the new MS products that require SANs actually have their own certificate request wizards...
Edu-IT Posted November 23, 2011 Author Posted November 23, 2011 Think I might explode before too long! So, I created an INF file to use for certreq.exe. It has: [RequestAttributes] CertificateTemplate=WebServer san="dns=1.domain.co.uk&2.domain.co.uk" Yet the request it's creating is not including the SAN?
Domino Posted November 24, 2011 Posted November 24, 2011 you're missing the "dns=" from the second name after the ampersands
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now