blob: feaa1b596df4cdfc875bf8692921ab448d472064 [file] [log] [blame]
Davide Pesaventoffe487b2025-01-04 00:46:10 -05001[ndncert.smtp]
Davide Pesavento74f837d2025-01-05 15:34:44 -05002# Address or hostname of SMTP server
3smtp_server =
4# SMTP server port number; usually 25, 465, or 587
5smtp_port =
6# One of ssl/starttls/none
7encrypt_mode =
8# Optional username and password for SMTP authentication
9#smtp_user =
10#smtp_password =
Zhiyi Zhang576aad12017-10-03 15:41:53 -070011
Davide Pesaventoffe487b2025-01-04 00:46:10 -050012[ndncert.email]
Davide Pesavento397faa92025-01-04 20:56:56 -050013from = NDN Certificate Robot <noreply@ndncert.named-data.net>
14subject = Your NDNCERT verification code
15text_template = Your email was recently used to apply for a digital certificate from NDNCERT.
16 Here is the verification code to enter into your application and complete the certificate issuance process. Do not share this code with anyone else.
17
18 Your verification code is: ${secret}
19 CA name: ${ca_name}
20 Certificate name: ${cert_name}
21
22 If you do not know what is going on, please ignore this message.
23html_template = <!DOCTYPE html>
24 <p>Your email was recently used to apply for a digital certificate from NDNCERT.<br>
25 Here is the verification code to enter into your application and complete the certificate issuance process. Do not share this code with anyone else.</p>
26 <p><strong>Your verification code is: <code>${secret}</code></strong><br>
27 CA name: <code>${ca_name}</code><br>
28 Certificate name: <code>${cert_name}</code></p>
29 <p>If you do not know what is going on, please ignore this message.</p>