Hi all<br><br>I have Fedora Directory Server installed on F9 box (fedora-ds-base-1.1.3-2.fc9.x86_64). Due to sum bug i guess , i am unable to create the certificate request through&nbsp; Console that is <br>Directory Server-&gt;Manager Certificates-&gt; Request -&gt; Request Certificate Manually. <br>
<br>In the Server Name:<a href="http://dhcp7-92.example.com">dhcp7-92.example.com</a><br>Organization: Example, Inc.&nbsp;&nbsp;&nbsp; <br>City/Locality: Raleigh <br>State/Province: North Carolina <br>Country/Region: US United States<br>
<br>Click on Show DN and i remove all the double quotes&nbsp; and my DN looks as below<br><br>CN=&quot;<a href="http://dhcp7-92.example.com">dhcp7-92.example.com</a>, O=Example, Inc., L=Raleigh, ST=North Carolina, C=US<br><br>
When i click on Next it says &quot;Unable to convert DN to certificate name<br><br>So i tried with certutil command. <br>$cd /etc/dirsrv/slapd-dhcp7-92/<br>$certutil -R -s &quot;C=US, ST=North Carolina, L=Raleigh, O=Example, Inc., CN=<a href="http://dhcp7-92.example.com">dhcp7-92.example.com</a>&quot; -o mycert.req -d .<br>
<br>I got the below output <br>certutil -s: improperly formatted name: &quot;C=US, ST=North Carolina, L=Raleigh, O=Example, Inc., CN=<a href="http://dhcp7-92.pnq.redhat.com">dhcp7-92.pnq.redhat.com</a>&quot;<br><br>Now if i modify it as &quot;certutil -R -s &quot;C=US, ST=North Carolina, L=Raleigh, O=Example, CN=<a href="http://dhcp7-92.pnq.redhat.com">dhcp7-92.pnq.redhat.com</a>&quot; -o mycert.req -d .&quot; <br>
it works. <br><br>The same with the console i.e&nbsp; If Organization title is modified from &quot;Example, Inc. &quot; to &quot;Example&quot;&nbsp; it works. <br><br>So the space and period symbol in (Example, Inc.) is an issue&nbsp; ? <br>
<br>But this doesn&#39;t happen when i create certifcate requests with openssl commands.&nbsp; <br><br>Regards<br>Niranjan<br><br>