Typo and krb_rdns
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
86cdf1a104
commit
fdf32ee1e6
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[koji]
|
||||
server = http://koji.fedoraproject.org/kojihub
|
||||
weburl = http://koji.fedoraproject.org/koji
|
||||
server = https://koji.fedoraproject.org/kojihub
|
||||
weburl = https://koji.fedoraproject.org/koji
|
||||
topurl = https://kojipkgs.fedoraproject.org/
|
||||
anon_retry = false
|
||||
cert = /etc/robosignatory/koji.cert
|
||||
|
|
|
@ -11,7 +11,7 @@ config = {
|
|||
|
||||
'robosignatory.enabled.tagsigner': True,
|
||||
'robosignatory.enabled.atomicsigner': True,
|
||||
'robosignstory.signing': {
|
||||
'robosignatory.signing': {
|
||||
'backend': 'sigul',
|
||||
'user': 'autopen',
|
||||
'passphrase_file': '/etc/sigul/autosign.pass',
|
||||
|
@ -26,7 +26,8 @@ config = {
|
|||
# Only ssl is supported at the moment
|
||||
'authmethod': 'kerberos',
|
||||
'principal': 'autosign/autosign01.phx2.fedoraproject.org@FEDORAPROJECT.ORG',
|
||||
'keytab': '/etc/krb5.autosign_autosign01.phx2.fedoraproject.org.keytab'
|
||||
'keytab': '/etc/krb5.autosign_autosign01.phx2.fedoraproject.org.keytab',
|
||||
'krb_rdns': False
|
||||
},
|
||||
'tags': [
|
||||
# Temporary tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue