Typo and krb_rdns

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-03-01 02:32:16 +00:00
parent 86cdf1a104
commit fdf32ee1e6
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[koji] [koji]
server = http://koji.fedoraproject.org/kojihub server = https://koji.fedoraproject.org/kojihub
weburl = http://koji.fedoraproject.org/koji weburl = https://koji.fedoraproject.org/koji
topurl = https://kojipkgs.fedoraproject.org/ topurl = https://kojipkgs.fedoraproject.org/
anon_retry = false anon_retry = false
cert = /etc/robosignatory/koji.cert cert = /etc/robosignatory/koji.cert

View file

@ -11,7 +11,7 @@ config = {
'robosignatory.enabled.tagsigner': True, 'robosignatory.enabled.tagsigner': True,
'robosignatory.enabled.atomicsigner': True, 'robosignatory.enabled.atomicsigner': True,
'robosignstory.signing': { 'robosignatory.signing': {
'backend': 'sigul', 'backend': 'sigul',
'user': 'autopen', 'user': 'autopen',
'passphrase_file': '/etc/sigul/autosign.pass', 'passphrase_file': '/etc/sigul/autosign.pass',
@ -26,7 +26,8 @@ config = {
# Only ssl is supported at the moment # Only ssl is supported at the moment
'authmethod': 'kerberos', 'authmethod': 'kerberos',
'principal': 'autosign/autosign01.phx2.fedoraproject.org@FEDORAPROJECT.ORG', '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': [ 'tags': [
# Temporary tags # Temporary tags