Skip to main content
Skip table of contents

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 NumberProcedure Example 
 1Open Server Manager.

 2Click add roles and features.

 3Click Next.

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

 5Select the server ( maintain defaults ) . Click Next.

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

 7Click Next.

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

 9Click Next.

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

 11After verifying selections have been made, press Next.

 12Press Install.

 13Installation will proceed.
 14Press Close to complete the process.

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

 16IIS Install is complete.

 Run the ScepRelay Installer

 Create the Scep Relay WebSite

Step NumberStepDescription
1In IIS, right click on sites and add Web Site

2

Site Name: ScepRelayService

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

Binding: HTTPS

3Press 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


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.