OK – technovinky.eu

Apache is working correctly.

lego.yml

storage: /etc/lego/technovinky.eu

accounts:
  acme-account:
    server: certum
    email: YOUR_EMAIL
    acceptsTermsOfService: true
    eab:
      kid: YOUR_KID
      hmacKey: YOUR_HMAC_KEY

servers:
  certum:
    url: https://acme.certum.pl/directory

challenges:
  http-chal:
    http:
      webroot: /var/www/technovinky.eu/public

certificates:
  technovinky-eu:
    account: acme-account
    challenge: http-chal
    domains:
      - technovinky.eu
      - www.technovinky.eu
    renew:
      days: 30

hooks:
  deploy:
    command: systemctl reload apache2