<div dir="ltr">Hello,<div><br></div><div>I have a repo which was created with the the --gpgkey option.</div><div><br></div><div>Is there a way how to publish the key via HTTP in order I can point to it from the YUM repo file using the "gpgkey" property?</div><div><br></div><div>Example:</div><div><br></div><div>$ cat /etc/yum.repos.d/epel.repo</div><div><div>[epel]</div><div>baseurl = <a href="http://mypulpserver/pulp/repos/epel/6/$basearch/">http://mypulpserver/pulp/repos/epel/6/$basearch/</a></div><div>gpgcheck = 1</div><div>gpgkey = <a href="http://mypulpserver/pulp/path/to/the/epel.key">http://mypulpserver/pulp/path/to/the/epel.key</a></div><div>name = EPEL YUM repo</div></div><div><br></div><div>Best regards,</div><div>Jiri</div></div>