IdExchange 1.9.1

Install SCEP Relay Service

The SCEP relay service interfaces directly with the InTune MDM. 

Warning: The SCEP relay is a public service. Proper security controls should be placed to ensure that only the Microsoft Intune and the customer premise networks can access the Scep Relay Service.

Install IIS/ASP.Net

The Web.config will need the following requestLImits to enable the larger scep requests to come through

<requestFiltering>
<!-- 1 GB -->
<requestLimits maxAllowedContentLength="1073741824" maxUrl="10999" maxQueryString="2097151" />
</requestFiltering>

and

<httpRuntime targetFramework="4.6.2" maxUrlLength="10999" maxQueryStringLength="2097151" />


 Step Number

Procedure 

Example 

 1

Open Server Manager.

image2015-11-23 18:19:42.png

 2

Click add roles and features.

image2015-11-23 18:19:52.png

 3

Click Next.

image2015-11-23 18:20:3.png

 4

Select Role-based or feature-based installation and click Next.

image2015-11-23 18:20:16.png

 5

Select the server ( maintain defaults ) . Click Next.

image2015-11-23 18:20:25.png

 6

Scroll down and select Web Server. Next click Add Features.

image2015-11-23 18:20:40.png

 7

Click Next.

image2015-11-23 18:20:49.png

 8

Verify .net 3.5 and .net 4.5 features are installed and click Next.

image2015-11-23 18:20:59.png

 9

Click Next.

image2015-11-23 18:21:10.png

 10

Next, select the role services. Verify each of the selections have been made.

image2015-11-23 18:21:22.png

image2015-11-23 18:21:26.png

image2015-11-23 18:21:31.png

image2015-11-23 18:21:42.png

 11

After verifying selections have been made, press Next.

image2015-11-23 18:21:57.png

 12

Press Install.

image2015-11-23 18:22:5.png

 13

Installation will proceed.

image2015-11-23 18:22:14.png

 14

Press Close to complete the process.

image2015-11-23 18:22:26.png

 15

Next, open the IIS manager, and verify the installation occurred. 

image2015-11-23 18:22:38.png

 16

IIS Install is complete.

image2015-11-23 18:22:46.png

 Run the ScepRelay Installer

 Create the Scep Relay WebSite

Step Number

Step

Description

1

In IIS, right click on sites and add Web Site

image2020-1-8_11-35-26.png

2

Site Name: ScepRelayService

Physical Path: C:\Program Files (x86)\CyberArmed\ScepRelayService

Binding: HTTPS

image2020-1-8_11-37-32.png

3

Press OK


Validate the Scep Relay Install

Click on the SCEP Relay Site, press Browse for http

Open a web browser, go to: https://localhost:999/api/getversion

To see the number of connections: https://localhost:999/api/getConnectedClients