<div dir="ltr"><div><div><div><div>I'm trying to specify a subject name in a cert request like this:<br><br>ipa-getcert request -K HTTP/<a href="http://web.test.org">web.test.org</a> -N <b>cn=<a href="http://www.test.org">www.test.org</a>,o=<a href="http://TEST.ORG">TEST.ORG</a></b> -f /tmp/webserver.crt -k /tmp/webprivate.key -r<br><br></div>or like this<br><br>ipa-getcert request -K HTTP/<a href="http://web.test.org">web.test.org</a> -D <a href="http://www.test.org">www.test.org</a> -f /tmp/webserver.crt -k /tmp/webprivate.key -r<br><br></div>The resulting certificate, however, just has the hostname of the server like this:<br><br>Request ID '20150326060555':<br>        status: MONITORING<br>        stuck: no<br>        key pair storage: type=FILE,location='/tmp/webprivate.key'<br>        certificate: type=FILE,location='/tmp/webserver.crt'<br>        CA: IPA<br>        issuer: CN=Certificate Authority,O=<a href="http://TEST.ORG">TEST.ORG</a><br>        subject: <b>CN=<a href="http://web.test.org">web.test.org</a>,O=<a href="http://TEST.ORG">TEST.ORG</a></b><br>        expires: 2017-03-26 05:46:29 UTC<br>        key usage: digitalSignature,nonRepudiation,keyEncipherment,dataEncipherment<br>        eku: id-kp-serverAuth,id-kp-clientAuth<br>        pre-save command:<br>        post-save command:<br>        track: yes<br>        auto-renew: yes<br><br></div>Is this a bug or am I doing something wrong in certmonger?<br><br></div>--steve<br></div>