<div dir="ltr">Hi mailinglist!<div><br></div><div>I am working on using pulp as a repository server for os packages. When using the consumer everything is fine and peachy, the consumer fetches the gpg-key when binding to a repo.</div><div><br></div><div>However we would like to be able to use the repositories without the consumer. Is there an easy way to get to the gpg-keys for the repositories? An easy way would be: a directory with the keys, named by repo-id, a web-url that works without a pulp client certificate.</div><div><br></div><div>There is sth in the server.conf that looks like what I am trying to accomplish, namely the line key_url: </div><div><br></div><div><div><div># = Server =</div><div>#</div><div># Controls general Pulp web server behavior.</div><div>#</div><div># server_name:      hostname the admin client and consumers should use when accessing</div><div>#                   the server; if not specified, this is defaulted to the server's hostname</div><div># default_login:    default admin username of the Pulp server; this user will be</div><div>#                   the first time the server is started</div><div># default_password: default password for admin when it is first created; this</div><div>#                   should be changed once the server is operational</div><div># debugging_mode:   boolean; toggles Pulp's debugging capabilities</div><div># log_level:        The desired logging level. Options are: CRITICAL, ERROR, WARNING, INFO, DEBUG,</div><div>#                   and NOTSET. Pulp will default to INFO.</div><div>[server]</div><div># server_name: server_hostname</div><div># key_url: /pulp/gpg</div><div># ks_url: /pulp/ks</div><div># default_login: admin</div><div># default_password: admin</div><div># debugging_mode: false</div><div># log_level: INFO</div></div><div><br></div><div>but there is no info in the config file about the parameter and a quick survey of the code does not enlighten me much (my guess is that it does not do anything useful but my python is a bit rusty and I am out of coffee).</div><div><br></div><div>Any kind of help would be appreciated.</div><div><br></div><div>/Moe</div><div><br></div><div>ps: on a side-note: An overview with all the different certificate structures and which component uses what certificate (especially in a parent-child relationship) would be really helpful, I spent a lot of time on hunting certificate problems. :-) I can see whether I have the time to produce something like this if there is a demand for it from others but I can't promise a delivery date :-)</div>
</div></div>