blob: a33e458bb20c0452f70ae110a596e0b17e7184ab [file] [log] [blame]
Zhiyi Zhang576aad12017-10-03 15:41:53 -07001[ndncert_smtp_settings]
2SMTP_SERVER = localhost or remote smtp server
3SMTP_PORT = port number, usually one from 25 465 587
4ENCRYPT_MODE = select one from ssl/tls/none
5SMTP_USER = leave it empty if you do not have one
6SMTP_PASSWORD = leave it empty if you do not have one
7
8[ndncert_email_settings]
9MAIL_FROM = NDN Testbed Certificate Robot <noreply-ndncert@named-data.net>
10SUBJECT = Email Challenge Triggered by NDNCERT
Zhiyi Zhang70d74b42019-06-11 22:27:07 -070011TEXT_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 in to your application to finish the certificiate issuance process. If you do not know what is going on, please ignore the 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 in to your application to finish the certificiate issuance process. If you do not know what is going on, please ignore the message.</p><p>Sincerely,<br/>NDN Testbed NDNCERT robot</p>