Try these certs for registry.fp.o pushes

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-07-31 22:05:26 +02:00
parent 37b3849286
commit 3a4341da98

View file

@ -71,8 +71,8 @@
- {
role: "manage-container-images",
cert_dest_dir: "/etc/docker/certs.d/registry.fedoraproject.org",
cert_src: "{{private}}/files/docker-registry/{{env}}/docker-registry-internal.pem",
key_src: "{{private}}/files/docker-registry/{{env}}/docker-registry-internal.key",
cert_src: "{{private}}/files/koji/containerstable.cert.pem",
key_src: "{{private}}/files/koji/containerstable.key.pem",
when: env == "production"
}