Old UI
  • Documentation Platform
    • Technical Guide
      • Whitelisting
        • Whitelisting the Pictures on Microsoft Outlook Apps
      • Minimum Requirements
      • On-Premise Requirements
        • Restricting the Access to Portal According IP
          • How to Import SSL Certificates in IIS
        • Why does the disk on the server fill up fast?
      • Getting Started
      • Phishing Simulator
      • Awareness Educator
      • Incident Responder
        • How does investigation mechanism work?
          • Benefits of Phishing Incident Responder
          • Reverse Engineering Support
          • Privacy and Security
          • Audit
          • Integrations
        • API Settings
          • Configuration steps for Office 365: Microsoft Graph App Configuration
          • Exchange Mail Configuration
          • GSuite API Configuration Guide
          • Gsuite Mail Configration
        • Analysing Suspicious Emails
          • Starting an Automatic Incident Investigation
          • Starting a Manual Incident Investigation
          • Playbook
        • FAQ (Incident Responder&Phishing Reporter)
      • Phishing Reporter Add-In
        • Installation
        • Microsoft Defender Email Reporter Add-In
      • Email Threat Simulator (ETS)
        • Creating a Trusted Account for E-mail Security Tests
          • Restriction of the Authority of the Test Account
          • Restrict Email Address
          • Enable Mailbox Audit Logging for Test Account
        • Dashboard
        • Quick Scan
        • Advanced Scan
        • Interpretation of ETS Report
        • FAQ ( ETS)
      • Threat Intelligence
        • FAQ (Threat Intelligence)
      • Report Manager
        • Phishing Campaign Report List
          • Phishing Campaign Summary
          • Statistics
          • Opened Email
          • Clicked Link in The Phishing Campaign Email
          • Submitted Form
          • Opened Attachment
          • Phishing Reporter
          • Campaign No response
          • Email Delivery Report
          • Phishing User Compare
          • Departments
        • Training Campaign Reports
          • Training Summary
          • Training Statistics
          • Opened Training Email
          • Clicked Training Link
          • View Duration
          • No Response
          • Sending Report
          • Training User Compare
          • Exam
        • Users KPI
          • User-based Grade
          • Department-based Grade
          • Target Group based grade
          • Company-based grade
        • Advanced Reporting
      • Company
        • User Role Management
      • Advanced Settings
        • Allow Email Domains
        • White Labelling
        • LDAP Settings
        • SCIM Integrations
        • Notification Templates
          • Short Codes
          • Using Notification Templates
        • Data Anonymisation
      • Available for Option
      • API Guide
        • REST API for Incident Responder (IR) Operation
        • REST API for SSO Authentication
      • Diagnostic Tool
        • FAQ
    • Maintenance Tool
    • FAQ (All Modules)
      • Video Tutorials
        • Quick Start
        • Google Workspace API Configuration Guide
        • On Premise Requirement Checker Video
        • Phishing Reporter Installation & Deployment
Powered by GitBook
On this page
  • Importing Certificate into MMC
  • Enabling Certificate on IIS Server
  1. Documentation Platform
  2. Technical Guide
  3. On-Premise Requirements
  4. Restricting the Access to Portal According IP

How to Import SSL Certificates in IIS

PreviousRestricting the Access to Portal According IPNextWhy does the disk on the server fill up fast?

Last updated 2 years ago

Customers using our On-premise solution want to access our interface in their internal network as https://, they can follow the steps below if they want to accomplish this by installing their own corporate SSL certificates.

Importing Certificate into MMC

On the Start menu, click Run and then type mmc.

Click File > Add/Remove Snap-in.

Click the Certificates section and then click the Add button.

Select Computer Account and then click Next. Select Local Computer and then click Finish. Then close the add standalone snap-in window, and the add/remove snap-in window.

Click the + to expand the certificates (local computer) console tree and look for the personal directory/folder. Expand the certificates folder. Right-click on the certificate you want to backup and select All Tasks > Import.

Follow the certificate import wizard to import your primary certificate from the .pfx file. When prompted, choose to automatically place the certificates in the certificate stores based on the type of the certificate.

Follow the certificate import wizard to import your primary certificate from the .pfx file. When prompted, choose to automatically place the certificates in the certificate stores based on the type of the certificate.

Enabling Certificate on IIS Server

  1. On the Start menu, click Administrative Tools > Internet Information Services (IIS) Manager.

  2. In the IIS Manager, click the server name.

  3. Expand the sites folder.

  4. Select the site that you want to secure (usually the default website).

  5. On the actions menu in the edit site section, click Bindings.

6. In the site bindings window, click Add. If a binding for https already exists, select the https binding and click Edit. Fill out the information in the add site binding window. In the type drop-down, choose https. Set the IP address to the IP address of the site or choose all unassigned. The port for SSL traffic is usually 443. Enter the recently imported certificate in the SSL Certificate field.

Click OK. Your SSL Certificate is now installed, and the website is configured to accept secure connections. You may have to restart IIS or the server for it to recognize the new certificate.

Once this process is successfully accomplished, when you visit https://localhostname/modules, our administration interface will be opened with SSL.