Skip to content
Snippets Groups Projects
Unverified Commit 0fa18e7d authored by eric969's avatar eric969 Committed by GitHub
Browse files

Merge pull request #427 from ProgrammeVitam/vas_item_8507_add_smtp_tls_supported_protocols

[VAS] Item 8507 add tls protocols version on SMTP Server on CAS
parents 4ef461e0 21fc8321
No related branches found
No related tags found
1 merge request!51Merge mis a jour vitam-ui
smtp:
host: host
port: 389
......@@ -12,6 +11,7 @@ smtp:
checkserveridentity: false
trust: "*"
timeout: 8000
protocols: "TLSv1.2 TLSv1.3"
cas:
sender: "serveur-cas@noreply.com"
expiration: 1440 # 1 Day : 24 * 60 Minutes to reset password
......
......@@ -130,6 +130,7 @@ spring.mail.properties.mail.transport.protocol: {{ smtp.protocol|lower }}
spring.mail.properties.mail.smtps.ssl.checkserveridentity: {{ smtp.smtps.checkserveridentity|lower }}
spring.mail.properties.mail.smtps.ssl.trust: "{{ smtp.smtps.trust|lower }}"
spring.mail.properties.mail.smtps.timeout: {{ smtp.smtps.timeout|default('8000') }}
spring.mail.properties.mail.smtps.ssl.protocols: {{ smtp.smtps.ssl.protocols}}
{% endif %}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment