Forum Discussion
AtanasM
May 17, 2021Iron Contributor
Configure S/MIME in OWA
I want to configure S/MIME in OWA. I created already a .SST file according to the instructions in the article below (pls. check the screenshot as well): https://techcommunity.microsoft.com/t5/exchan...
- May 17, 2021It's probably just the first few bytes showing as zeroes, nothing to worry about. You can check the full value via:
Get-SmimeConfig | select -ExpandProperty SMIMECertificateIssuingCA
Do note that you have values for the thumbprint and expiry date, so I'd wager it was uploaded OK.
VasilMichev
May 17, 2021MVP
It's probably just the first few bytes showing as zeroes, nothing to worry about. You can check the full value via:
Get-SmimeConfig | select -ExpandProperty SMIMECertificateIssuingCA
Do note that you have values for the thumbprint and expiry date, so I'd wager it was uploaded OK.
Get-SmimeConfig | select -ExpandProperty SMIMECertificateIssuingCA
Do note that you have values for the thumbprint and expiry date, so I'd wager it was uploaded OK.