Difference between revisions of "SecurePIM by Virtual Solution"

From Michael's Information Zone
Jump to navigation Jump to search
Line 4: Line 4:
 
===Server Installation===
 
===Server Installation===
 
As of this writing the officially supported OS is Ubuntu 16 LTS. Due to some odd behavior in the application and the slow response from support (because they are based in Germany) I will be using Ubuntu instead of Debian.
 
As of this writing the officially supported OS is Ubuntu 16 LTS. Due to some odd behavior in the application and the slow response from support (because they are based in Germany) I will be using Ubuntu instead of Debian.
 +
<pre>
 +
apt-get install libpcsclite1
 +
dpkg -i libsera_3.6.0-1_amd64.deb
 +
dpkg -i sera-gateway_0.14.0-1_amd64.deb
 +
</pre>
 +
*At this point it will ask for a token. The token is the Setup key in from the SecurePIM Management Portal. It can be found under the "SecurePIM Gateway".
 +
<pre>apt-mark auto libsera</pre>

Revision as of 14:24, 12 April 2018

Secure Gateway Setup

Purpose

To restrict access to ActiveSync through a proxy. If only the SecurePIM application can access the proxy, then no other applications could access ActiveSync. At this point it is assumed you have limited ActiveSync access by using the powershell cmdlet with exchangeonline.

Server Installation

As of this writing the officially supported OS is Ubuntu 16 LTS. Due to some odd behavior in the application and the slow response from support (because they are based in Germany) I will be using Ubuntu instead of Debian.

apt-get install libpcsclite1
dpkg -i libsera_3.6.0-1_amd64.deb
dpkg -i sera-gateway_0.14.0-1_amd64.deb
  • At this point it will ask for a token. The token is the Setup key in from the SecurePIM Management Portal. It can be found under the "SecurePIM Gateway".
apt-mark auto libsera