From a9a543ad6b29f4de7b7ad82e757068f9d638cc81 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 21 2015 10:32:08 +0000 Subject: Start documenting the optional options --- diff --git a/doc/configuration.rst b/doc/configuration.rst index dfd6728..a03d268 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -220,3 +220,23 @@ This configuration key indicates the folder in which the gitolite tools can be found. It can be as simple as ``/usr/bin/`` if the tools have been installed using a package manager or something like ``/opt/bin/`` for a more custom install. + + +Optional options +---------------- + +SSH_KEYS +~~~~~~~~ + +It is a good pratice to publish the fingerprint and public SSH key of a +server you provide access to. +Pagure offers the possibility to expose this information based on the values +set in the configuration file, in the ``SSH_KEYS`` configuration key. + +See the `SSH hostkeys/Fingerprints page on pagure.io `_. + +.. warning: The format is important + + SSH_KEYS = {'RSA': {'fingerprint': '', 'pubkey': ''}} + +Where `` and `` must be replaced by your values.