# All flags used by the client can be configured here.

# Use a 4096 bit RSA key instead of 2048
rsa-key-size = 4096

# Uncomment and update to register with the specified e-mail address
email = letsencrypt@example.com

# Uncomment and update to generate certificates for the specified
# domains.
domains = example.com, www.example.com

# Config for command-line re-verification without bothering my nginx setup
webroot = True
webroot-path = /var/www/

# Bypass prompts during CLI renewal
keep-until-expiring = True
agree-tos = True
redirect = True