Skip to content

Commit 01c2470

Browse files
committed
doc: fix self-referential config in sendemail.smtpSSLClientKey
a8215a2 (send-email: add client certificate options, 2026-03-02) added documentation for sendemail.smtpSSLClientKey that says it works "in conjunction with `sendemail.smtpSSLClientKey`" -- referring to itself. It appears that `sendemail.smtpSSLClientCert` was the intended reference; fix it. Signed-off-by: Elijah Newren <newren@gmail.com>
1 parent 0b7a823 commit 01c2470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/config/sendemail.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sendemail.smtpSSLClientCert::
2222
sendemail.smtpSSLClientKey::
2323
Path to the client private key file that corresponds to the client
2424
certificate. To avoid misconfiguration, this configuration must be used
25-
in conjunction with `sendemail.smtpSSLClientKey` or the
25+
in conjunction with `sendemail.smtpSSLClientCert` or the
2626
`--smtp-ssl-client-cert` option. If the client key is included in the
2727
client certificate, the choice of private key depends on the format of
2828
the certificate. Visit https://metacpan.org/pod/IO::Socket::SSL for more

0 commit comments

Comments
 (0)