Sha256: c2ed0a5058aeec062cd875258700c255db0c1ca8d0c5d1490c54b572cd967a47

Contents?: true

Size: 468 Bytes

Versions: 5

Compression:

Stored size: 468 Bytes

Contents

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

# this address will receive renewal reminders, IIRC
email = <%= @admin_email %>

# Generate certificates for the specified domains
domains = <%= @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/<%= app_name %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
railman-0.2.0 templates/rails_app/config/server/letsencrypt.conf.tt
railman-0.1.2 templates/rails_app/config/server/letsencrypt.conf.tt
railman-0.1.1 templates/rails_app/config/server/letsencrypt.conf.tt
railman-0.1.0 templates/rails_app/config/server/letsencrypt.conf.tt
railman-0.0.3 templates/rails_app/config/server/letsencrypt.conf.tt