pagure: fix the path to the ssl cert in the stunnel config
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
2a082a2912
commit
467113e65d
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
cert = /etc/pki/tls/certs/stg.pagure.io.bundle.cert
|
cert = /etc/pki/tls/certs/stg.pagure.io.bundle.cert
|
||||||
key = /etc/pki/tls/private/stg.pagure.io.key
|
key = /etc/pki/tls/private/stg.pagure.io.key
|
||||||
{% else %}
|
{% else %}
|
||||||
cert = /etc/pki/tls/certs/pagure.io.bundle.cert
|
cert = /etc/pki/tls/certs/pagure.io.cert
|
||||||
key = /etc/pki/tls/certs/pagure.io.key
|
key = /etc/pki/tls/private/pagure.io.key
|
||||||
{% endif %}
|
{% endif %}
|
||||||
pid = /var/run/stunnel.pid
|
pid = /var/run/stunnel.pid
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue