Skip to content
Snippets Groups Projects

Let's Encrypt configuration

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Erick Hitter
    Edited
    example.ini 548 B
    # 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
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment