1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Fix var name for tls cert (#146)

This commit is contained in:
Fred Cox
2019-09-17 18:51:07 +03:00
committed by James Hillyerd
parent 0956a13618
commit 12802e93cb

View File

@@ -231,7 +231,7 @@ This option is only valid when INBUCKET_SMTP_TLSENABLED is enabled.
### TLS Public Certificate File
`INBUCKET_SMTP_TLSPRIVKEY`
`INBUCKET_SMTP_TLSCERT`
Specify the x509 Certificate file to be used for TLS negotiation.
This option is only valid when INBUCKET_SMTP_TLSENABLED is enabled.