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}}"
|
||||
dest=/etc/pki/tls/certs
|
||||
with_items:
|
||||
- flocktofedora.org.crt
|
||||
- flocktofedora.org.intermediate.crt
|
||||
- flocktofedora.org.cert
|
||||
- flocktofedora.org.intermediate.cert
|
||||
notify:
|
||||
- restart regcfp
|
||||
|
||||
|
|
|
@ -35,8 +35,8 @@
|
|||
"url": "https://register.flocktofedora.org",
|
||||
"listenip": "0.0.0.0",
|
||||
"port": 443,
|
||||
"cert": "/etc/pki/certs/flocktofedora.org.crt",
|
||||
"ca": "/etc/pki/certs/flocktofedora.org.intermediate.crt",
|
||||
"cert": "/etc/pki/certs/flocktofedora.org.cert",
|
||||
"ca": "/etc/pki/certs/flocktofedora.org.intermediate.cert",
|
||||
"key": "/etc/pki/certs/flocktofedora.org.key"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue