Fix cert names
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
c1a240521c
commit
bbd4e9db2c
2 changed files with 4 additions and 4 deletions
|
@ -31,8 +31,8 @@
|
||||||
copy: src="{{private}}/files/httpd/{{item}}"
|
copy: src="{{private}}/files/httpd/{{item}}"
|
||||||
dest=/etc/pki/tls/certs
|
dest=/etc/pki/tls/certs
|
||||||
with_items:
|
with_items:
|
||||||
- flocktofedora.org.crt
|
- flocktofedora.org.cert
|
||||||
- flocktofedora.org.intermediate.crt
|
- flocktofedora.org.intermediate.cert
|
||||||
notify:
|
notify:
|
||||||
- restart regcfp
|
- restart regcfp
|
||||||
|
|
||||||
|
|
|
@ -35,8 +35,8 @@
|
||||||
"url": "https://register.flocktofedora.org",
|
"url": "https://register.flocktofedora.org",
|
||||||
"listenip": "0.0.0.0",
|
"listenip": "0.0.0.0",
|
||||||
"port": 443,
|
"port": 443,
|
||||||
"cert": "/etc/pki/certs/flocktofedora.org.crt",
|
"cert": "/etc/pki/certs/flocktofedora.org.cert",
|
||||||
"ca": "/etc/pki/certs/flocktofedora.org.intermediate.crt",
|
"ca": "/etc/pki/certs/flocktofedora.org.intermediate.cert",
|
||||||
"key": "/etc/pki/certs/flocktofedora.org.key"
|
"key": "/etc/pki/certs/flocktofedora.org.key"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue