module Falcon::Environment::LetsEncryptTLS
def ssl_certificate_path
The public certificate path.
def ssl_certificate_path File.join(lets_encrypt_root, authority, "fullchain.pem") end
def ssl_certificate_path File.join(lets_encrypt_root, authority, "fullchain.pem") end