# ------------------------------------------------------ # # -- The following parameters HAVE TO be changed ------- # # ------------------------------------------------------ # # update to register with the specified e-mail address # !IMPORTANT: MAKE SURE YOU SET IT TO THE RIGHT ADDRESS YOU OWN! email = mail@yourdomain.com # update to generate certificates for the specified domains # !IMPORTANT: SET TO YOUR DOMAIN(S) AS COMMA SEPARATED LIST! domains = yourdomain.com, www.yourdomain.com # comment the following two options if you do not want to automount and use webroot authentication # set authenticator to webroot authenticator = webroot # webroot target directory webroot-path = /path/to/your/temp/mount/target # ------------------------------------------------------ # # -- You do NOT HAVE TO change the following settings -- # # ------------------------------------------------------ # # Use a 4096 bit RSA key instead of 2048 rsa-key-size = 4096 # automatically agree to terms of service agree-tos = True # keep certificate until it really needs to get updated keep = True # use text instead of ncurses text = True # use 'dns' or 'http' (http might be easier...) preferred-challenges = http # has to be set, if not the process of maintaining the cert will be exited manual-public-ip-logging-ok