Configure keytab for robosignatory
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
601eaef4cc
commit
4866532ff7
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@ config = {
|
|||
'url': 'https://koji.fedoraproject.org/kojihub',
|
||||
'options': {
|
||||
# Only ssl is supported at the moment
|
||||
'authmethod': 'ssl',
|
||||
'cert': '/etc/sigul/autopen.pem',
|
||||
'serverca': '/etc/sigul/fedoraca.pem',
|
||||
'authmethod': 'kerberos',
|
||||
'principal': 'autosign/autosign01.phx2.fedoraproject.org',
|
||||
'keytab': '/etc/krb5.autosign_autosign01.phx2.fedoraproject.org.keytab'
|
||||
},
|
||||
'tags': [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue