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

Опубликовано: 28 Январь 2024
на канале: 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.


Смотрите видео How to create certificate in Exchange Server 2019 (LIve Project) онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал Networking Bit 28 Январь 2024. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 530 раз и оно понравилось 4 посетителям.