Add endpoints and fedmsg cert declarations for github2fedmsg and kerneltest.
This commit is contained in:
parent
da3d99b727
commit
20b6ff52b1
4 changed files with 48 additions and 0 deletions
|
@ -25,6 +25,18 @@ config = dict(
|
|||
|
||||
certnames=dict(
|
||||
[
|
||||
("github2fedmsg.github2fedmsg0%i" % i, "github2fedmsg-github2fedmsg0%i.%s" % (i, suffix))
|
||||
for i in range(1, 3)
|
||||
] + [
|
||||
("shell.github2fedmsg0%i" % i, "shell-github2fedmsg0%i.%s" % (i, suffix))
|
||||
for i in range(1, 3)
|
||||
] + [
|
||||
("frontend.kerneltest0%i" % i, "frontend-kerneltest0%i.%s" % (i, suffix))
|
||||
for i in range(1, 3)
|
||||
] + [
|
||||
("shell.kerneltest0%i" % i, "shell-kerneltest0%i.%s" % (i, suffix))
|
||||
for i in range(1, 3)
|
||||
] + [
|
||||
("shell.notifs-web0%i" % i, "shell-notifs-web0%i.%s" % (i, suffix))
|
||||
for i in range(1, 3)
|
||||
] + [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue