HTTPS Secure Connection - Dehydrated

Hi there

I am running 0.116.4 on a docker and run https://www.splitbrain.org/blog/2017-08/10-homeassistant_duckdns_letsencrypt in order to get a secure connection without VPN. HTTP access works fine, but I do not know what to put into the configuration.yaml? How to activate https access and how to link the certificates?

http and ssl_certificate seems to be depreciated; how to configure?

MANY THANKS!

http: and its ssl_certificate parameter aren’t deprecated:

http:
  ssl_certificate: /path/to/cert
  ssl_key: /path/to/key

AWESOME - it works! Many thanks!!