Sha256: fac5ef9874cfa97c1ca4c1d2dd914901caafc2ec3cc15ac83345887868e9161d
Contents?: true
Size: 490 Bytes
Versions: 24
Compression:
Stored size: 490 Bytes
Contents
# Use a 4096 bit RSA key instead of 2048 rsa-key-size = 4096 # this address will receive renewal reminders, IIRC email = <%= @config.admin_email %> # Generate certificates for the specified domains domains = <%= @config.domains.join(',') %> # turn off the ncurses UI, we want this to be run as a cronjob text = True # authenticate by placing a file in the webroot (under .well-known/acme-challenge/) and then letting LE fetch it webroot-path = /home/deploy/apps/<%= @config.app_name %>
Version data entries
24 entries across 24 versions & 1 rubygems