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',
|
'url': 'https://koji.fedoraproject.org/kojihub',
|
||||||
'options': {
|
'options': {
|
||||||
# Only ssl is supported at the moment
|
# Only ssl is supported at the moment
|
||||||
'authmethod': 'ssl',
|
'authmethod': 'kerberos',
|
||||||
'cert': '/etc/sigul/autopen.pem',
|
'principal': 'autosign/autosign01.phx2.fedoraproject.org',
|
||||||
'serverca': '/etc/sigul/fedoraca.pem',
|
'keytab': '/etc/krb5.autosign_autosign01.phx2.fedoraproject.org.keytab'
|
||||||
},
|
},
|
||||||
'tags': [
|
'tags': [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue