Code in this video: hMailServer – Part 5 – Install and Configure SSL/TLS Certificates on hMailServer

Code in this video: hMailServer – Part 5 – Install and Configure SSL/TLS Certificates on hMailServer

✳️ Thank You for watching and Don't forget to Subscribe to my channel

📌 In this video:
	✅ My Domain: totatca.xyz

	✅ My FQDN: mail.totatca.xyz

	openssl.exe genrsa -out Your-FQDN.key 2048

	openssl.exe req -new -nodes -key Your-FQDN.key -out Your-FQDN.csr

	openssl.exe x509 -req -days 2048 -in Your-FQDN.csr -signkey Your-FQDN.key -out Your-FQDN.cert