Skip to content

Add helper to support TLS  #37

Description

@jeffprestes

Add support to obtain from ini file the path for PEM files and if they were set change the app.Run calls to start Macaron with TLS support

http.ListenAndServeTLS(":443",
	"/etc/letsencrypt/live/xxxxxfullchain.pem",
	"/etc/letsencrypt/live/xxxxx/privkey.pem",
	nil)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions