# Use a 4096 bit RSA key instead of 2048 rsa-key-size = 4096 # use the webroot authenticator authenticator = webroot webroot-path = /tmp/letsencrypt/ # Use acme-v01 server (public beta), should be used by default #server = https://acme-v01.api.letsencrypt.org/directory # Uncomment and update to register with the specified e-mail address email = mail@domain.tld renew-by-default agree-tos # domain list domains = domain.tld, www.domain.tld, subdomain.domain.tld # Uncomment to use a text interface instead of ncurses text = True