Skip to content

Commit 1e7abc8

Browse files
authored
Update package-and-publish-high-trust-sharepoint-add-ins.md
1 parent 4605791 commit 1e7abc8

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

docs/sp-add-ins/package-and-publish-high-trust-sharepoint-add-ins.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
title: Package and publish high-trust SharePoint Add-ins
3-
ms.prod: SHAREPOINT
4-
ms.assetid: 3c28aed8-c037-407c-9154-39a74073e170
5-
---
6-
71

82
# Package and publish high-trust SharePoint Add-ins
93
Learn how to package and publish a high-trust SharePoint Add-in for on-premises use.
@@ -77,7 +71,7 @@ Before you can publish the add-in, it has to be registered with the SharePoint f
7771

7872

7973

80-
![Register app on appregnew.aspx](images/SP15_RegisterApp.png)
74+
![Register app on appregnew.aspx](../../images/SP15_RegisterApp.png)
8175

8276

8377

@@ -100,7 +94,7 @@ When a developer is using **F5** in Visual Studio to develop and debug a high-t
10094

10195

10296

103-
![IE and Chrome warnings for self-signed certificate](images/BrowserWarnings4SelfSignedCerts.png)
97+
![IE and Chrome warnings for self-signed certificate](../../images/BrowserWarnings4SelfSignedCerts.png)
10498

10599
This annoyance might be acceptable for a developer, but it would be unacceptable for customers. So before final publication to a production environment, the customer has to get a certificate that is signed by a trusted third party. The third party can be a commercial Certificate Authority (CA) or an on-premises CA. In regard to commercial CAs, note that the industry is phasing out "intranet-only" certificates for web servers. They can still be purchased, but all such certificates will expire in November, 2016, or sooner. It is not necessary to have this kind of certificate for a high-trust SharePoint Add-in, because certificates that can be used for internet-facing web servers can also be used for intranet web servers, but the latter generally cost more.
106100

@@ -189,7 +183,7 @@ Skip the next procedure if you are using ISS Manager 8.
189183

190184

191185

192-
![Exporting a test certificate](images/997021de-c60c-46b0-961f-7e1e63c0f619.gif)
186+
![Exporting a test certificate](../../images/997021de-c60c-46b0-961f-7e1e63c0f619.gif)
193187

194188

195189

0 commit comments

Comments
 (0)