Cannot get TLS to work with own certificates

I’ve just moved back over to home assistant and cannot get TLS to work. I’ve put the certificate and key in the config/ssl folder and the config file points to:

  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem 

But get this error:

2018-06-19 00:49:19 ERROR (MainThread) [homeassistant.config] Invalid config for [http]: not a file for dictionary value @ data['http']['ssl_certificate']. Got '/ssl/fullchain.pem'
not a file for dictionary value @ data['http']['ssl_key']. Got '/ssl/privkey.pem'. (See /config/configuration.yaml, line 25). Please check the docs at https://home-assistant.io/components/http/
2018-06-19 00:49:19 ERROR (MainThread) [homeassistant.setup] Setup failed for http: Invalid config.

My bad, the “/ssl” folder is not within the config directory as I guessed but within the actual /ssl directory for which you need to ssh into to get access to. Documentation is a little lacking in this area, as I guess most people are using Let’s Encrypt.