-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
rhel-sst-idm-ipa
-
None
-
False
-
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
In epn.conf, specify the purpose of the cert/key is for client (user) authentication, i.e. not for secure SMTP delivery.
smtp_client_cert <certificate>
Specifies the path to a single file in PEM format containing
the certificate. Default None.smtp_client_key <private key>
Specifies the path to a file containing the private key in.
Otherwise the private key will be taken from certfile as
well. Default None.smtp_client_key_pass <private key password>
Specifies the password for decrypting the private key. De‐
fault None.
- Specifies the path to a single file in PEM format containing the certificate.
- https://docs.python.org/3/library/ssl.html#ssl.SSLContext.load_cert_chain
- Default None (empty value).
- smtp_client_cert =
- Specifies the path to a file containing the private key in. Otherwise the
- private key will be taken from certfile as well.
- https://docs.python.org/3/library/ssl.html#ssl.SSLContext.load_cert_chain
- Default None (empty value).
- smtp_client_key =
- Specifies the password for decrypting the private key. It will be ignored if
- the private key is not encrypted and no password is needed.
- https://docs.python.org/3/library/ssl.html#ssl.SSLContext.load_cert_chain
- Default None (empty value).
- smtp_client_key_pass =
- impacts account
-
CS-2459 sha strings
- Closed