blob: 7731cf5d16fcbd40f74bed5bd6024f85ebf65a53 [file] [log] [blame]
Davide Pesaventoffe487b2025-01-04 00:46:10 -05001[ndncert.smtp]
Zhiyi Zhang576aad12017-10-03 15:41:53 -07002SMTP_SERVER = localhost or remote smtp server
3SMTP_PORT = port number, usually one from 25 465 587
Davide Pesaventocf216ea2025-01-04 01:02:23 -05004ENCRYPT_MODE = select one from ssl/starttls/none
Zhiyi Zhang576aad12017-10-03 15:41:53 -07005SMTP_USER = leave it empty if you do not have one
6SMTP_PASSWORD = leave it empty if you do not have one
7
Davide Pesaventoffe487b2025-01-04 00:46:10 -05008[ndncert.email]
Zhiyi Zhang576aad12017-10-03 15:41:53 -07009MAIL_FROM = NDN Testbed Certificate Robot <noreply-ndncert@named-data.net>
10SUBJECT = Email Challenge Triggered by NDNCERT
Davide Pesaventoffe487b2025-01-04 00:46:10 -050011TEXT_TEMPLATE = Your PIN code: {0} from NDNCERT CA {1}. Certificate Name: {2}. Your email has been used to apply for a digital certificate from NDNCERT. Please keep it secret and type it in your application to complete the certificate issuance process. If you do not know what is going on, please ignore this message.
12HTML_TEMPLATE = <html><head></head><body><p><b>Your PIN code: {0} from NDNCERT CA {1}. Certificate Name: {2}.</b></p><p>Your email has been used to apply for a digital certificate from NDNCERT. Please keep it secret and type it in your application to complete the certificate issuance process. If you do not know what is going on, please ignore this message.</p><p>Sincerely,<br/>NDN Testbed NDNCERT robot</p>