mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Add Let's Encrypt integration
This commit is contained in:
parent
199b1fd6c3
commit
3b40ce4960
10 changed files with 32 additions and 21 deletions
|
@ -20,6 +20,8 @@ const (
|
|||
DefaultListenAddr = "127.0.0.1:8080"
|
||||
DefaultCertFile = ""
|
||||
DefaultKeyFile = ""
|
||||
DefaultCertDomain = ""
|
||||
DefaultCertCache = "/tmp/cert_cache"
|
||||
)
|
||||
|
||||
// Config manages configuration parameters.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue