cloud-image-uploader: use .cert suffix to appease skopeo
Skopeo fails to login with: FATA[0000] authenticating creds for "registry.stg.fedoraproject.org": creating new docker client: missing client certificate registry-fedoraproject.cert for key registry-fedoraproject.key It seems it is rather picky about the suffix, even though the docs mentioned both crt and cert being used.
This commit is contained in:
parent
4521007e25
commit
96094a15d4
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
|||
- role: openshift/secret-file
|
||||
app: cloud-image-uploader
|
||||
secret_name: registry-fedoraproject-cert
|
||||
key: registry-fedoraproject.crt
|
||||
key: registry-fedoraproject.cert
|
||||
privatefile: "docker-registry/{{env}}/pki/issued/containerstable.crt"
|
||||
|
||||
- role: openshift/secret-file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue