While installing OOS got this error "Certificate not found"
PS C:\Users\admin> New-OfficeWebAppsFarm -InternalUrl "https://oos.domain.com" -ExternalUrl "https://oos.domain.com" -CertificateName "oos.domain.com" -EditingEnabled
New-OfficeWebAppsFarm : Office Online was unable to find the specified certificate.
At line:1 char:1
+ New-OfficeWebAppsFarm -InternalUrl "https://oos.domain.com" -ExternalUrl "https://oo ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (:) [New-OfficeWebAppsFarm], ArgumentException
+ FullyQualifiedErrorId : CertificateNotFound,Microsoft.Office.Web.Apps.Administration.NewFarmCommand
The certificate was already installed ,however we didnt have the root and intermediate certificate added on the server
once we installed root/intermediate certificate on the oos server , the command completed successfully
Hope this helps.
Comments
Post a Comment