1
0
Fork 0
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:
Frédéric Guillot 2017-11-22 13:11:01 -08:00
parent 199b1fd6c3
commit 3b40ce4960
10 changed files with 32 additions and 21 deletions

View file

@ -20,6 +20,8 @@ const (
DefaultListenAddr = "127.0.0.1:8080"
DefaultCertFile = ""
DefaultKeyFile = ""
DefaultCertDomain = ""
DefaultCertCache = "/tmp/cert_cache"
)
// Config manages configuration parameters.