mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-22 01:27:29 +01:00
16 lines
442 B
Plaintext
16 lines
442 B
Plaintext
|
# /etc/koji-sign-plugin/sign.conf
|
||
|
# This file and the gpg_path should be readable by the apache user only
|
||
|
[DEFAULT]
|
||
|
rpm = /bin/rpm
|
||
|
gpgbin = /usr/bin/gpg
|
||
|
gpg_path = /etc/koji-sign-plugin/gnupg
|
||
|
gpg_name = My Company, Inc. <support@mycompany.com>
|
||
|
gpg_pass = my_passphrase
|
||
|
enabled = 1
|
||
|
|
||
|
# Defaults can be overridden on a per tag basis
|
||
|
[dist-foo-build]
|
||
|
gpg_name = My Other Company, Inc. <support@myothercompany.com>
|
||
|
gpg_pass = my_other_passphrase
|
||
|
|