Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Restart your Admin Tools 2.0 service

    1. Then, load https://localhost:9181 or https://yourwebdomain:9181

Finalizing Configuration for PFX Certificate Configuration

  • In web.config file, Adjusted line 33 to set https for secure connection:

Code Block
// On line 33 of web.config...
<action type="Rewrite" url="https://localhost:9181/{R:1}" />

Ensure that…

  • Under nodeconfig.json, set the value for certificate and key property in certs to null or empty:

Code Block
  "certs": {
    "certificate": "", <-- Follow example here 
    "key": "",         <-- Follow example here 
    "pfx": "<pfx filepath>/cert.pfx"
  },

...

  1. Restart the Admin Tools server, and open the browser using the HTTPS location.

Finalizing Configuration for PFX Certificate Configuration (for All Options Above)

  • In web.config file, Adjusted line 33 to set https for secure connection:

Code Block
// On line 33 of web.config...
<action type="Rewrite" url="https://localhost:9181/{R:1}" />

Info

If you encounter any issues completing these steps, please contact support@geo-jobe.com for assistance.

...

Related Articles:

📘 Configuring Backup My Org to Run as HTTPS

...