<div dir="ltr">Guide on Renewing SSL Certificate for Apache, Postfix and Dovecot on CentOS 6.8 Linux<br>=====================================================================================<br><br>Author: Mr. Turritopsis Dohrnii Teo En Ming (TARGETED INDIVIDUAL)<br><br>Country: Singapore<br><br>Date: 12 November 2020 Thursday Singapore Time<br><br>Type of Publication: Plain Text<br><br>Document Version: 20201112.01<br><br>Generating Certificate Signing Request (CSR) Using OpenSSL command on Linux<br>===========================================================================<br><br>Reference Guide: Generating CSR on Apache + OpenSSL/ModSSL/Nginx + Heroku<br>Link: <a href="https://www.namecheap.com/support/knowledgebase/article.aspx/9446/14/generating-csr-on-apache--opensslmodsslnginx--heroku/#4">https://www.namecheap.com/support/knowledgebase/article.aspx/9446/14/generating-csr-on-apache--opensslmodsslnginx--heroku/#4</a><br><br># cd /root<br><br># which openssl<br><br># openssl req -new -newkey rsa:2048 -nodes -keyout teo-en-ming-corp.key -out teo-en-ming-corp.csr<br><br>Generating a 2048 bit RSA private key<br>...............................................................................................................................................................................+++<br>........................................................................+++<br>writing new private key to 'teo-en-ming-corp.key'<br>-----<br>You are about to be asked to enter information that will be incorporated<br>into your certificate request.<br>What you are about to enter is what is called a Distinguished Name or a DN.<br>There are quite a few fields but you can leave some blank<br>For some fields there will be a default value,<br>If you enter '.', the field will be left blank.<br>-----<br>Country Name (2 letter code) [XX]:SG<br>State or Province Name (full name) []:Singapore<br>Locality Name (eg, city) [Default City]:Singapore<br>Organization Name (eg, company) [Default Company Ltd]:Teo En Ming Corporation<br>Organizational Unit Name (eg, section) []:IT Department<br>Common Name (eg, your name or your server's hostname) []:*.<a href="http://teo-en-ming-corp.com.sg">teo-en-ming-corp.com.sg</a> (USE WILDCARD!!!)<br>Email Address []:<a href="mailto:ceo@teo-en-ming-corp.com">ceo@teo-en-ming-corp.com</a><br><br>Please enter the following 'extra' attributes<br>to be sent with your certificate request<br>A challenge password []:<br>An optional company name []:<br><br># mkdir teo-en-ming<br><br># mv teo-en-ming-corp.csr teo-en-ming-corp.key teo-en-ming/<br><br># cd teo-en-ming<br><br>[<a href="mailto:root@mail.teo-en-ming-corp.com.sg">root@mail.teo-en-ming-corp.com.sg</a> teo-en-ming]# ls -al<br>total 16<br>drwxr-xr-x   2 root root 4096 Nov 11 11:43 .<br>dr-xr-x---. 14 root root 4096 Nov 11 11:43 ..<br>-rw-r--r--   1 root root 1119 Nov 11 11:42 teo-en-ming-corp.csr<br>-rw-r--r--   1 root root 1708 Nov 11 11:42 teo-en-ming-corp.key<br><br># cat teo-en-ming-corp.csr (Display Certificate Signing Request)<br><br>-----BEGIN CERTIFICATE REQUEST-----<br><br>-----END CERTIFICATE REQUEST-----<br><br># cat teo-en-ming-corp.key (Display Private/Secret Key)<br><br>-----BEGIN PRIVATE KEY-----<br><br>-----END PRIVATE KEY-----<br><br>Result from AlphaSSL Portal<br>============================<br><br>Congratulations!<br>Your order has been placed successfully.<br>Your order number is : <br>You'll need to copy the following Domain Verification Code and place it in a text file called "gsdv.txt" which you'll then need to put in one of the approved locations<br>Meta Tag : <meta name="_globalsign-domain-verification" content="" /><br><br><a href="http://teo-en-ming-corp.com.sg/.well-known/pki-validation/gsdv.txt">http://teo-en-ming-corp.com.sg/.well-known/pki-validation/gsdv.txt</a><br><br><a href="https://teo-en-ming-corp.com.sg/.well-known/pki-validation/gsdv.txt">https://teo-en-ming-corp.com.sg/.well-known/pki-validation/gsdv.txt</a><br><br>To complete the URL Verification, close the browser. Open the SSL Configuration Link in new browser and click on "Complete Url Verification".<br><br>End of Result from AlphaSSL Portal<br>==================================<br><br>Domain Verification for SSL Certificate<br>=======================================<br><br># cd /home/teo-en-ming-corp/public_html<br><br># mkdir .well-known<br><br># cd .well-known<br><br># mkdir pki-validation<br><br># cd pki-validation/<br><br>Edit gsdv.txt.<br><br># nano gsdv.txt<br><br><meta name="_globalsign-domain-verification" content="" /><br><br>Begin Email from AlphaSSL<br>=========================<br><br>Email Subject: : Your SSL Certificate for *.<a href="http://teo-en-ming-corp.com.sg">teo-en-ming-corp.com.sg</a> has been issued<br><br>-------------------------------------------------------------------------------<br>Please note that this email is automatically sent from a noreply mailbox.  <br>To contact AlphaSSL please use the Contact Details at the footer of this email.<br>-------------------------------------------------------------------------------<br><br><br>Dear Turritopsis Dohrnii Teo En Ming,      <br>                                                      <br>Your AlphaSSL Certificate has now been issued and is ready to be installed. Your SSL Certificate can be found at the bottom of this email.<br><br><br>CERTIFICATE DETAILS<br>--------------------------------------------------<br>Order Number: <br>Common Name:  *.<a href="http://teo-en-ming-corp.com.sg">teo-en-ming-corp.com.sg</a><br><br><br>INSTALLING YOUR CERTIFICATE<br>----------------------------------------------------<br>Your SSL Certificate and Intermediate Certificate must be installed on your server.<br><br>Please note that as of March 31st 2014, SHA-256 will become the default hashing algorithm used unless SHA-1 was selected during the ordering process.<br><br>You can find guides on installing your certificate with the Support Center online at:  <a href="http://www.alphassl.com/support">http://www.alphassl.com/support</a><br><br><br>QUICK INSTALLATION GUIDE<br>----------------------------------------------------<br>1) Using a text editor, copy the SSL Certificate text from the bottom of this email (including the -----BEGIN CERTIFICATE-----  and -----END CERTIFICATE----- lines) and save it to a file such as yourdomain.txt<br><br>2) Retrieve the Intermediate Certificate (selecting SHA-1 or SHA-256 as appropriate) from the Support Center at:<br><a href="https://www.alphassl.com/support/install-root-certificate.html">https://www.alphassl.com/support/install-root-certificate.html</a><br><br>3) Using a text editor, copy the Intermediate Certificate text (including the ----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- lines) and save it to a file such as intermediate_domain_ca.txt<br><br>4) Copy these .txt files to your server and then rename them with .crt extensions<br><br>5) Install the Intermediate and SSL Certificates<br><br>6) Restart your server<br><br>7) To test for installation errors please use our SSL Configuration Checker located at <a href="https://sslcheck.globalsign.com/en_US">https://sslcheck.globalsign.com/en_US</a><br><br>8) Install your Site Seal with the instructions show at: <a href="http://www.alphassl.com/support/ssl-site-seal.html">http://www.alphassl.com/support/ssl-site-seal.html</a><br><br>9) We suggest you back-up your SSL Certificate and Private Key pair and keep it safe, all IIS users can use the Export Wizard<br><br>We hope that your application process was quick and easy and you have enjoyed the AlphaSSL experience.<br><br><br>Thank you for choosing AlphaSSL, if you have any questions or issues please do not hesitate to contact us.                                                                                                                                                           <br><br>CONTACT US<br>--------------------------------------------------<br>For Sales, Technical Support & Account Queries:<br>W: <a href="http://www.alphassl.com/support">http://www.alphassl.com/support</a><br>E: <a href="mailto:support@alphassl.com">support@alphassl.com</a><br>T: US Toll Free: 877 SSLALPHA (+1 877 775 2574) | Fax: 720 528 8160<br>T: EU: +44 1622 766 700 | Fax: +44 1622 662 255<br><br>---------------------------------------------------<br>LOW COST. TRUSTED BY ALL BROWSERS. SSL MADE EASY.<br>---------------------------------------------------<br><br><br>YOUR SSL CERTIFICATE<br>--------------------------------------------------<br>(Formatted for the majority of web server software including IIS and Apache based servers):<br><br>-----BEGIN CERTIFICATE-----<br><br>-----END CERTIFICATE-----<br><br>End of Email from AlphaSSL<br>===========================<br><br># cd /root/teo-en-ming<br><br># nano teo-en-ming-corp.crt (Saving the SSL Certificate/Public Key)<br><br>-----BEGIN CERTIFICATE-----<br><br>-----END CERTIFICATE-----<br><br># nano intermediate_domain_ca.crt (Saving the intermediate CA certificate)<br><br>-----BEGIN CERTIFICATE-----<br><br>-----END CERTIFICATE-----<br><br>Installing SSL Certificate on Postfix SMTP Server<br>=================================================<br><br>Backup the Postfix configuration files first before you modify anything.<br><br># cd /etc/postfix<br><br># cp <a href="http://main.cf">main.cf</a> main.teoenming<br><br># cp <a href="http://master.cf">master.cf</a> master.teoenming<br><br>Reference Guide: Installing and configuring SSL on Postfix/Dovecot mail server<br>Link: <a href="https://www.namecheap.com/support/knowledgebase/article.aspx/9795/69/installing-and-configuring-ssl-on-postfixdovecot-mail-server">https://www.namecheap.com/support/knowledgebase/article.aspx/9795/69/installing-and-configuring-ssl-on-postfixdovecot-mail-server</a><br><br>Copy the public and private key over from /root/teo-en-ming to /etc/postfix.<br><br># cd /root/teo-en-ming/<br><br># cp * /etc/postfix<br><br># cd /etc/postfix<br><br>Edit the Postfix configuration file.<br><br># nano <a href="http://main.cf">main.cf</a><br><br>smtpd_tls_cert_file = /etc/postfix/teo-en-ming-corp.crt<br>smtpd_tls_key_file = /etc/postfix/teo-en-ming-corp.key<br>smtpd_tls_CAfile = /etc/postfix/intermedia_domain_ca.crt<br><br>***Please note that the previous IT support company did not enable SSL/TLS for SMTP Server.***<br><br>Restart the Postfix SMTP Server.<br><br># service postfix restart<br><br>Installing SSL Certificate on Dovecot IMAP and POP3 Incoming Mail Server<br>=========================================================================<br><br>Backup the auxiliary Dovecot configuration file first before you modify anything.<br><br># cd /etc/dovecot/conf.d<br><br># cp 10-ssl.conf 10-ssl.teoenming<br><br>Begin Redundant/Useless Section<br>===============================<br><br>Please do not follow the instructions in this section.<br><br># cd /etc/pki/dovecot/certs<br><br># cp /root/teo-en-ming/teo-en-ming-corp.crt .<br><br># cd /etc/pki/dovecot/private/<br><br># cp /root/teo-en-ming/teo-en-ming-corp.key .<br><br># cd /etc/dovecot/conf.d<br><br>Edit 10-ssl.conf.<br><br># nano 10-ssl.conf<br><br>ssl_cert = </etc/pki/dovecot/certs/teo-en-ming-corp.crt<br>ssl_key = </etc/pki/dovecot/private/teo-en-ming-corp.key<br><br>End of Redundant/Useless Section<br>================================<br><br>Backup the Main Dovecot configuration file before you modify anything.<br><br># cd /etc/dovecot<br><br># cp dovecot.conf dovecot.conf.teoenming<br><br>Modify the Main Dovecot Configuration file.<br><br># nano dovecot.conf<br><br>local_name <a href="http://teo-en-ming-corp.com.sg">teo-en-ming-corp.com.sg</a> {<br>ssl_cert = </home/teo-en-ming-corp/teo-en-ming-corp.crt<br>ssl_key = </home/teo-en-ming-corp/teo-en-ming-corp.key<br>  ssl_ca = </home/teo-en-ming-corp/intermediate_domain_ca.crt<br>}<br>local_name <a href="http://www.teo-en-ming-corp.com.sg">www.teo-en-ming-corp.com.sg</a> {<br>ssl_cert = </home/teo-en-ming-corp/teo-en-ming-corp.crt<br>ssl_key = </home/teo-en-ming-corp/teo-en-ming-corp.key<br>  ssl_ca = </home/teo-en-ming-corp/intermediate_domain_ca.crt<br>}<br>local_name <a href="http://autoconfig.teo-en-ming-corp.com.sg">autoconfig.teo-en-ming-corp.com.sg</a> {<br>ssl_cert = </home/teo-en-ming-corp/teo-en-ming-corp.crt<br>ssl_key = </home/teo-en-ming-corp/teo-en-ming-corp.key<br>  ssl_ca = </home/teo-en-ming-corp/intermediate_domain_ca.crt<br>}<br>local_name <a href="http://autodiscover.teo-en-ming-corp.com.sg">autodiscover.teo-en-ming-corp.com.sg</a> {<br>ssl_cert = </home/teo-en-ming-corp/teo-en-ming-corp.crt<br>ssl_key = </home/teo-en-ming-corp/teo-en-ming-corp.key<br>  ssl_ca = </home/teo-en-ming-corp/intermediate_domain_ca.crt<br>}<br><br>Restart the Dovecot IMAP and POP3 Incoming Mail Server.<br><br># service dovecot restart<br><br>Verify SSL Certificate of Email Server<br>======================================<br><br>Reference Guide: How to verify that SSL for IMAP/POP3/SMTP works and a proper SSL certificate is in use<br>Link: <a href="https://support.plesk.com/hc/en-us/articles/213961665-How-to-verify-that-SSL-for-IMAP-POP3-SMTP-works-and-a-proper-SSL-certificate-is-in-use">https://support.plesk.com/hc/en-us/articles/213961665-How-to-verify-that-SSL-for-IMAP-POP3-SMTP-works-and-a-proper-SSL-certificate-is-in-use</a><br><br>[1] <a href="https://www.sslshopper.com/ssl-checker.html#hostname=smtp.gmail.com:465">https://www.sslshopper.com/ssl-checker.html#hostname=smtp.gmail.com:465</a><br><br>[2] <a href="https://ssl-tools.net/mailservers">https://ssl-tools.net/mailservers</a><br><br>[3] IMAPS test: openssl s_client -showcerts -connect <a href="http://mail.teo-en-ming-corp.com.sg:993">mail.teo-en-ming-corp.com.sg:993</a> -servername <a href="http://mail.teo-en-ming-corp.com.sg">mail.teo-en-ming-corp.com.sg</a><br><br>CONNECTED(00000003)<br>depth=2 C = BE, O = GlobalSign nv-sa, OU = Root CA, CN = GlobalSign Root CA<br>verify return:1<br>depth=1 C = BE, O = GlobalSign nv-sa, CN = AlphaSSL CA - SHA256 - G2<br>verify return:1<br>depth=0 CN = *.<a href="http://teo-en-ming-corp.com.sg">teo-en-ming-corp.com.sg</a><br>verify return:1<br>---<br>Certificate chain<br> 0 s:/CN=*.<a href="http://teo-en-ming-corp.com.sg">teo-en-ming-corp.com.sg</a><br>   i:/C=BE/O=GlobalSign nv-sa/CN=AlphaSSL CA - SHA256 - G2<br>-----BEGIN CERTIFICATE-----<br><br>-----END CERTIFICATE-----<br> 1 s:/C=BE/O=GlobalSign nv-sa/CN=AlphaSSL CA - SHA256 - G2<br>   i:/C=BE/O=GlobalSign nv-sa/OU=Root CA/CN=GlobalSign Root CA<br>-----BEGIN CERTIFICATE-----<br><br>-----END CERTIFICATE-----<br>---<br>Server certificate<br>subject=/CN=*.<a href="http://teo-en-ming-corp.com.sg">teo-en-ming-corp.com.sg</a><br>issuer=/C=BE/O=GlobalSign nv-sa/CN=AlphaSSL CA - SHA256 - G2<br>---<br>No client certificate CA names sent<br>---<br>SSL handshake has read 2961 bytes and written 632 bytes<br>---<br>New, TLSv1/SSLv3, Cipher is AES256-SHA256<br>Server public key is 2048 bit<br>Secure Renegotiation IS supported<br>Compression: NONE<br>Expansion: NONE<br>SSL-Session:<br>    Protocol  : TLSv1.2<br>    Cipher    : AES256-SHA256<br>    Session-ID: <br>    Session-ID-ctx:<br>    Master-Key: <br>    Key-Arg   : None<br>    Krb5 Principal: None<br>    PSK identity: None<br>    PSK identity hint: None<br>    TLS session ticket lifetime hint: 300 (seconds)<br>    TLS session ticket:<br>    <br><br>    Start Time: 1605161631<br>    Timeout   : 300 (sec)<br>    Verify return code: 0 (ok)<br>---<br>* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.<br><br>[4] POP3S test: openssl s_client -showcerts -connect <a href="http://mail.teo-en-ming-corp.com.sg:995">mail.teo-en-ming-corp.com.sg:995</a> -servername <a href="http://mail.teo-en-ming-corp.com.sg">mail.teo-en-ming-corp.com.sg</a><br><br>CONNECTED(00000003)<br>depth=2 C = BE, O = GlobalSign nv-sa, OU = Root CA, CN = GlobalSign Root CA<br>verify return:1<br>depth=1 C = BE, O = GlobalSign nv-sa, CN = AlphaSSL CA - SHA256 - G2<br>verify return:1<br>depth=0 CN = *.<a href="http://teo-en-ming-corp.com.sg">teo-en-ming-corp.com.sg</a><br>verify return:1<br>---<br>Certificate chain<br> 0 s:/CN=*.<a href="http://teo-en-ming-corp.com.sg">teo-en-ming-corp.com.sg</a><br>   i:/C=BE/O=GlobalSign nv-sa/CN=AlphaSSL CA - SHA256 - G2<br>-----BEGIN CERTIFICATE-----<br><br>-----END CERTIFICATE-----<br> 1 s:/C=BE/O=GlobalSign nv-sa/CN=AlphaSSL CA - SHA256 - G2<br>   i:/C=BE/O=GlobalSign nv-sa/OU=Root CA/CN=GlobalSign Root CA<br>-----BEGIN CERTIFICATE-----<br><br>-----END CERTIFICATE-----<br>---<br>Server certificate<br>subject=/CN=*.<a href="http://teo-en-ming-corp.com.sg">teo-en-ming-corp.com.sg</a><br>issuer=/C=BE/O=GlobalSign nv-sa/CN=AlphaSSL CA - SHA256 - G2<br>---<br>No client certificate CA names sent<br>---<br>SSL handshake has read 2961 bytes and written 632 bytes<br>---<br>New, TLSv1/SSLv3, Cipher is AES256-SHA256<br>Server public key is 2048 bit<br>Secure Renegotiation IS supported<br>Compression: NONE<br>Expansion: NONE<br>SSL-Session:<br>    Protocol  : TLSv1.2<br>    Cipher    : AES256-SHA256<br>    Session-ID: <br>    Session-ID-ctx:<br>    Master-Key: <br>    Key-Arg   : None<br>    Krb5 Principal: None<br>    PSK identity: None<br>    PSK identity hint: None<br>    TLS session ticket lifetime hint: 300 (seconds)<br>    TLS session ticket:<br>    <br><br>    Start Time: 1605161905<br>    Timeout   : 300 (sec)<br>    Verify return code: 0 (ok)<br>---<br>+OK Dovecot ready.<br><br>[5] SMTPS Port 465 test: openssl s_client -showcerts -connect <a href="http://mail.teo-en-ming-corp.com.sg:465">mail.teo-en-ming-corp.com.sg:465</a> -servername <a href="http://mail.teo-en-ming-corp.com.sg">mail.teo-en-ming-corp.com.sg</a><br><br>socket: Connection timed out<br>connect:errno=110<br><br>[6] SMTPS Port 587 test: openssl s_client -starttls smtp -showcerts -connect <a href="http://mail.teo-en-ming-corp.com.sg:587">mail.teo-en-ming-corp.com.sg:587</a> -servername <a href="http://mail.teo-en-ming-corp.com.sg">mail.teo-en-ming-corp.com.sg</a><br><br>CONNECTED(00000003)<br>140575970621256:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:769:<br>---<br>no peer certificate available<br>---<br>No client certificate CA names sent<br>---<br>SSL handshake has read 278 bytes and written 309 bytes<br>---<br>New, (NONE), Cipher is (NONE)<br>Secure Renegotiation IS NOT supported<br>Compression: NONE<br>Expansion: NONE<br>---<br><br>Installing SSL Certificate on Apache Web Server<br>===============================================<br><br>Backup the auxiliary Apache web server configuration file before you modify anything.<br><br># cd /etc/httpd/conf.d<br><br># cp ssl.conf ssl.teoenming<br><br>Begin Redundant/Useless Section<br>===============================<br><br>Please do not follow the instructions in this section.<br><br># /etc/pki/tls/certs<br><br># cp /root/teo-en-ming/teo-en-ming-corp.crt .<br><br># /etc/pki/tls/private<br><br># cp /root/teo-en-ming/teo-en-ming-corp.key .<br><br># cd /etc/httpd/conf.d<br><br>Edit ssl.conf.<br><br># nano ssl.conf<br><br>SSLCertificateFile /etc/pki/tls/certs/teo-en-ming-corp.crt<br><br>SSLCertificateKeyFile /etc/pki/tls/private/teo-en-ming-corp.key<br><br>Verify all Apache web server configuration files are correct.<br><br># httpd -t<br><br>Restart Apache web server.<br><br># service httpd restart<br><br>End of Redundant/Useless Section<br>=================================<br><br>Copy the public and private key over.<br><br># cd /home/teo-en-ming-corp<br><br># cp /root/teo-en-ming/* .<br><br>Backup the Main Apache web server configuration file before you modify anything.<br><br># cd /etc/httpd/conf<br><br># cp httpd.conf httpd.teoenming<br><br>Edit the Main Apache web server configuration file.<br><br># nano httpd.conf<br><br>SSLCertificateFile /home/teo-en-ming-corp/teo-en-ming-corp.crt<br>SSLCertificateKeyFile /home/teo-en-ming-corp/teo-en-ming-corp.key<br>SSLCACertificateFile /home/teo-en-ming-corp/intermediate_domain_ca.crt<br><br>Verify that your Apache web server configuration files are all correct.<br><br># httpd -t<br><br>Restart Apache web server.<br><br># service httpd restart<br><br>Configuring SSL Certificate inside Webmin<br>=========================================<br><br>Login to <a href="https://mail.teo-en-ming-corp.com.sg:10101">https://mail.teo-en-ming-corp.com.sg:10101</a><br><br>Username: root<br>Password: <CENSORED><br><br>You can also configure SSL Certificate using Webmin. I will publish a guide on this in the future.<br><br>Also, 16 screenshots will be published in the future.<br><br>End of Guide<br>============<div><br></div><div><br></div><div><br></div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>-----BEGIN EMAIL SIGNATURE-----</div><div><br></div><div>The Gospel for all Targeted Individuals (TIs):</div><div><br></div><div>[The New York Times] Microwave Weapons Are Prime Suspect in Ills of</div><div>U.S. Embassy Workers</div><div><br></div><div>Link: <a href="https://www.nytimes.com/2018/09/01/science/sonic-attack-cuba-microwave.html" target="_blank">https://www.nytimes.com/2018/09/01/science/sonic-attack-cuba-microwave.html</a></div><div><br></div><div>********************************************************************************************</div><div><br></div><div>Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming's Academic</div><div>Qualifications as at 14 Feb 2019 and refugee seeking attempts at the United Nations Refugee Agency Bangkok (21 Mar 2017), in Taiwan (5 Aug 2019) and Australia (25 Dec 2019 to 9 Jan 2020):</div><div><br></div><div>[1] <a href="https://tdtemcerts.wordpress.com/" target="_blank">https://tdtemcerts.wordpress.com/</a></div><div><br></div><div>[2] <a href="https://tdtemcerts.blogspot.sg/" target="_blank">https://tdtemcerts.blogspot.sg/</a></div><div><br></div><div>[3] <a href="https://www.scribd.com/user/270125049/Teo-En-Ming" target="_blank">https://www.scribd.com/user/270125049/Teo-En-Ming</a></div><div><br></div><div>-----END EMAIL SIGNATURE-----</div></div></div></div></div></div>