How to create certificate in Exchange Server 2019 (LIve Project)

Published: 28 January 2024
on channel: Networking Bit
530
4

In this step-by-step tutorial, you'll learn how to create a certificate in Exchange Server 2019. Follow along with this live project to ensure your server is secure and your emails are encrypted. Keep your Exchange Server running smoothly with this easy guide!

First command with exchange shell (run As administrator)
1.
$txtrequest = New-ExchangeCertificate -Server "CP-EX01" -GenerateRequest -FriendlyName "SSL" -PrivateKeyExportable $true -SubjectName "c=GB, s=Greater Manchester, l=Salford, o=Sectigo Limited, ou=IT, cn=mail.commercepain.com" -DomainName mail.commercepain.com,autodiscover.commercepain.com

2.
wildcard ssl
$txtrequest = New-ExchangeCertificate -Server "EX01-2019" -GenerateRequest -FriendlyName "SSL" -PrivateKeyExportable $true -SubjectName "c=GB, s=Greater Manchester, l=Salford, o=Sectigo Limited, ou=IT, cn=mail.commercepain.com"

3.
[System.IO.File]::WriteAllBytes('\\CP-EX01\ssl\ExchangeCert.req', [System.Text.Encoding]::Unicode.GetBytes($txtrequest))

Import certificate:

Import-ExchangeCertificate -FileData ([System.IO.File]::ReadAllBytes('\\CP-EX01\ssl\2115365362.crt')) -PrivateKeyExportable:$true -Password (ConvertTo-SecureString -String 'P@ssw0rd1' -AsPlainText -Force)

#exchange
#microsoft
#certificate


🔴 ** BE MY FRIEND **
✅ Personal website: https://techclick.online
✅ Facebook:   / sabbirkhan49  
✅ Facebook Page:   / networkingbit  
✅ LinkedIn:   / sabbirkhan49  
✅ Upwork for hiring me: https://www.upwork.com/freelancers/~0...
✅ Fiverr for hiring me: https://www.fiverr.com/spradlinmichell

🔴 ** ABOUT ME **
My name is Sabbir Ahmed Khan from Bangladesh.
I've been on YouTube since 2012 but got only serious with my networking bit channel in 2017.

🔴 ** ABOUT THIS CHANNEL **
This channel is all about helping common tech issues of your Computer, Windows server, Linux server, etc.
Click here to subscribe:    / @nbit  

😊 like ✅ subscribe ✅ bell 🔔 ✅ ♥️
Please Like, Subscribe, and Share our tutorials :)

🔴 ** DISCLAIMER **
We do not promote any illegal product, content, platform, don't encourage any kind of prohibited activities. This channel provides educational content only.


Watch video How to create certificate in Exchange Server 2019 (LIve Project) online, duration hours minute second in high quality that is uploaded to the channel Networking Bit 28 January 2024. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 530 times and liked it 4 visitors.