Sha256: 1997dcb19943f8d7698f7846f9c5519276dc6a6077469ea264ca3f0c4ea59877
Contents?: true
Size: 497 Bytes
Versions: 16
Compression:
Stored size: 497 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 %>/public
Version data entries
16 entries across 16 versions & 1 rubygems