taskotron/resultsdb-backend: fix the location of the key in the private repo
The certificates are in pki/issued while the keys are in pki/private. The location to the CA cert is correct though. Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
d82304c936
commit
5fc5e77269
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: apache
|
group: apache
|
||||||
mode: 0644
|
mode: 0644
|
||||||
- src: "{{private}}/files/rabbitmq/{{env}}/pki/issued/resultsdb{{ env_suffix }}.key"
|
- src: "{{private}}/files/rabbitmq/{{env}}/pki/private/resultsdb{{ env_suffix }}.key"
|
||||||
dest: resultsdb.key
|
dest: resultsdb.key
|
||||||
owner: root
|
owner: root
|
||||||
group: apache
|
group: apache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue