module Falcon::Environment::LetsEncryptTLS

def ssl_certificate_path

@attribute [String]
The public certificate path.
def ssl_certificate_path
	File.join(lets_encrypt_root, authority, "fullchain.pem")
end