foxcpp / foxcpp/maddy

unknown config block: local_tls

オープン
#577 コメント 6 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug
主要言語
Go
スター
6.1k
フォーク
327
PR マージ指標
30日以内にマージされた PR はありません

説明

# Describe the bug

Cannot run maddy with tls.loader.acme in config, getting "unknown config block: local_tls" error on start.

# Steps to reproduce

- get latest code from git.
- in maddy.conf replace `tls file /etc/maddy/certs/$(hostname)/fullchain.pem /etc/maddy/certs/$(hostname)/privkey.pem` with

```
tls.loader.acme local_tls {
email put-your-email-here@example.org
agreed # indicate your agreement with Let's Encrypt ToS
challenge dns-01
}

tls &local_tls
```
_this is taken from `https://maddy.email/reference/tls-acme/`_

- start maddy

# Log files

```unknown config block: local_tls```

# Configuration file

see above in steps

# Environment information

* maddy version: master

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。