<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hello,<br><br></div>My name is Ivan, and I'm trying to get OpenSSL to make a CRL with an authority key identifier.<br></div>(a third party API expects it from the CRL)<br><br></div>I make my own CA, use it to sign a certificate, and then generate the CRL. This is the configuration file: <a href="https://pastebin.com/yL4UBtGW">https://pastebin.com/yL4UBtGW</a> (it's basically the example configuration file with a few changes).<br><br></div>Here are the commands I run:<br></div><div>Making the CA:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">openssl req -new -x509 -days 3650 -extensions v3_ca -keyout private/cakey.pem -out cacert.pem -config req.cnf<br></blockquote></div><div>Making the certificate:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">openssl req -new -nodes -out pdf-req.pem -keyout private/pdf-pkey.pem -config req.cnf<br>openssl ca -config req.cnf -out pdf-cert.pem -infiles pdf-req.pem<br></blockquote></div><div>Making the CRL:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">openssl ca -config req.cnf -gencrl -out crl.pem<br></blockquote></div><div><br></div>I'm using OpenSSL-Win64 0.9.8g<br><br></div>Even though on line 251 I ask OpenSSL to have an authority key identifier, the generated CRL doesn't have it. I've searched on google and tried multiple things (like uncommenting issuerAltName, or giving it different options) and the CRL still doesn't have it.<br></div>At this point I'm stumped, and I'd like to ask you nice people for help.<br><br><br></div>Thank you in advance,<br></div>Ivan Rubinson<br></div><div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top:1px solid #d3d4de">
        <tr>
        <td style="width:55px;padding-top:13px"><a href="https://www.avast.com/en-us/lp-safe-emailing-3108-b?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=oa-3108-b" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif" alt="" width="46" height="29" style="width: 46px; height: 29px;"></a></td>
                <td style="width:470px;padding-top:12px;color:#41424e;font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:18px">Virus-free. <a href="https://www.avast.com/en-us/lp-safe-emailing-3108-b?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=oa-3108-b" target="_blank" style="color:#4453ea">www.avast.com</a>
                </td>
        </tr>
</table><a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"></a></div>