Creating SSL certificates for Microsoft OCS

Part of the setup procedure for Microsoft Office Communication Server (OCS) is to create an SSL certificate and install it on the server.  The typical procedure to do this is to create a CSR (Certificate Service Request) first on the server, then copy and paste that into the web form (or upload as a text file to) your Certificate Authority of choice.  Your CA then issues your SSL certificate as a text file (usually with a .cer or .crt extension).   Pretty straigh forward process.  But if you use the text file created by MS OCS, chances you your Certificate Authority (CA) didn’t like that file and may have presented you with an error like “invalid CSR”.  If you have encountered this the good news is that the solution for getting around the error is very simple.  It is telling you that the CSR is invalid because it is missing the “START” and “END” tags.

So simply insert the following line at the BEGINING of your CSR data:

—–BEGIN NEW CERTIFICATE REQUEST—–

And append a carriage return plus the following line to the END of your CSR:

—–END NEW CERTIFICATE REQUEST—–

Save your file or select all and copy and paste your CSR with the above two lines and you should be good to go!

This entry was posted in Uncategorized by TechnologyMan. Bookmark the permalink.

About TechnologyMan

I have been helping others with their computer since I was a kid but professionally since 1997. Formerly employed as a network administrator for a company with 1500 employees and 40 offices nationwide, today my focus is helping small businesses and home users make better use of technology. When not exploring the internet or fiddling with my own computer, I also enjoy tennis, hiking, soccer, boating, camping, playing with my dog, and of course, spending time with my family.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>