# Kibana.crt, no such file or directory

**URL:** https://discuss.elastic.co/t/kibana-crt-no-such-file-or-directory/219913
**Category:** Kibana
**Created:** [February 19, 2020, 7:50am UTC](https://discuss.elastic.co/t/kibana-crt-no-such-file-or-directory/219913 "2020-02-19T07:50:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Prashant\_Kumar3](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/prashant_kumar3/32/48977_2.png) [@Prashant\_Kumar3](https://discuss.elastic.co/u/Prashant_Kumar3)
#### Post date: [February 19, 2020, 7:50am UTC](https://discuss.elastic.co/t/kibana-crt-no-such-file-or-directory/219913/1 "2020-02-19T07:50:38Z")

</div>

I have existing cert in config/certs/kibana.crt and I have also mentioned it into kibana.yml as server.ssl.certificate : config/certs/kibana.crt. Still I am not able to start my Kibana instance. Getting Error like

log [07:55:15.910] [fatal][root] { Error: ENOENT: no such file or directory, open 'config/certs/kibana.crt'  
at Object.openSync (fs.js:439:3)  
at readFileSync (fs.js:344:35)  
at getServerOptions (/opt/kibana-7.4.0-linux-x86\_64/src/core/server/http/http\_tools.js:77:34)  
at HttpServer.setup (/opt/kibana-7.4.0-linux-x86\_64/src/core/server/http/http\_server.js:68:60)  
at HttpService.runNotReadyServer (/opt/kibana-7.4.0-linux-x86\_64/src/core/server/http/http\_service.js:137:26)  
at HttpService.setup (/opt/kibana-7.4.0-linux-x86\_64/src/core/server/http/http\_service.js:60:18)  
errno: -2,  
syscall: 'open',  
code: 'ENOENT',  
path: 'config/certs/kibana.crt' }

---

<div class="post-metadata">

### Author: ![wylie](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/wylie/32/81794_2.png) [@wylie](https://discuss.elastic.co/u/wylie)
#### Post date: [February 19, 2020, 4:22pm UTC](https://discuss.elastic.co/t/kibana-crt-no-such-file-or-directory/219913/2 "2020-02-19T16:22:22Z")

</div>

This looks like a file path issue. I would recommend using an absolute path rather than a relative path.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 18, 2020, 4:22pm UTC](https://discuss.elastic.co/t/kibana-crt-no-such-file-or-directory/219913/3 "2020-03-18T16:22:23Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
