Search Results for:
- Configure domain...
-
FortiGate
-
FortiGate v5.0
-
FortiGate v5.2
-
FortiGate v5.4
-
FortiWiFi v5.0
-
FortiWiFi v5.2
-
FortiWiFi v5.4
-
Console cable
-
Terminal software suc...
- Download issued SSL certificate >> Extract and rename to server.crt
- Create a .zip file with two files. Take the .crt downloaded from the SSLs.com Account Panel and also, use server.key generated during CSR creation on your SSL-VPN appliance.
- Log into the SonicWALL SSL-VPN appliance portal.
- After that, expand the System menu >> click Certificates.
- Install CA certificates in order to make your website compatible in browsers.
- On the System > Certificates page, in the Additional CA Certificates section > click Impo...
- Download the archive with the certificate files from your SSLs.com account or from the email sent to you from the CA.
- Sign into your Google Cloud account.
- Navigate to Products & services >> App Engine as below.
- App Engine menu >> Open settings >> SSL certificates >> Next page as below.
- Upload a new certificate >> Add a new SSL certificate
- Paste Certificate and Private Key codes in the next window.
- Normal shell must be enabled in your account. In order to determine the type of shell, type the following command -
- Node.js currently only works on servers running CentOS 6 or CentOS 7. To determine the CentOS version, type the following command -
- Log in to your account using SSH.
- At the command prompt, type the f...
- Press Win + R and type “inetmgr” in the appeared window to run the Internet Information Services (IIS) Manager.
- On the IIS Manager home page, locate the “Server Certificates” icon and double-click it.
- Locate the “Actions” panel on the right side and click “Complete Certificate Request”.
- In the “Specify Certi...
- Download the certificate in PKCS#7 format in your SSLs.com account and upload it to the server. You can download the certificate from the email recieved from the CA. Unzip the archive and find the .p7b/.cer certificate file there.
- Open Internet Information Services (IIS) Manager > double click on “Server Certificates” icon > click on “Complete Certificate Request” in the “Actions” section.
- On the next screen it is necessary to fill in three fields:
-
File name containing the certification a...
G Suite Gmail (MX/SPF) records
Posted in Smarter Mail on Nov 07, 2019
If you want to use G suite as an email solution, then you need to update G-suite mail records to your Domain provide.
To do this, you need to sign in to your domain host and direct the email for your domain to the G Suite servers. It’s like registering your new address with the post office when you move so that your mail gets delivered to the right place.
Add the G Suite MX records
To direct your email to your G Suite account, you must add new MX records to your domain. Add the MX records shown in the table below in one step with synthetic records. With synthetic records you can optionally a...
[Read more...]Set up Mobile Device Management (MDM) in Office 365
Posted in Microsoft Office 365 on Nov 06, 2019
Set up Mobile Device Management (MDM) in Office 365
The built-in Mobile Device Management (MDM) for Office 365 helps you secure and manage your user's mobile devices like iPhones, iPads, Androids, and Windows phones. You can create and manage device security policies, remotely wipe a device, and view detailed device reports.
Device management is part of the Security & Compliance Center so you'll need to go there to kick off MDM setup.
To set up Mobile Device Management for Office 365 you'll need to:
Activate the Mobile Device Management service
Set up Mobile Device Management
Reset lost admin password on FortiGate unit (Password Recovery)
Posted in SSL Certificates on Nov 05, 2019
Reset a lost admin password on a FortiGate unit (password recovery)
Periodically a situation arises where the FortiGate needs to be accessed or the admin account’s password needs to be changed but no one with the existing password is available. If a physical access to the device is possible and with a few other tools, the password can be reset.
By this article method we can reset password of the following FortiGate device –
What is needed:
Plesk Installation for Windows server Using Installer GUI
Posted in Plesk Control Panel on Sep 26, 2019
Plesk is a commercial web hosting platform with a control panel that allows a server administrator to set up new websites, reseller accounts, e-mail accounts and DNS entries through a web-based interface. The administrator can create client and site templates, which predetermine resource-allocation parameters for the domains and/or clients.
Plesk offers users the possibility to easily install web applications using the (APS) Application Packaging Standard. APS packages are updated by the packaging vendor when a security update is made available.
For Plesk installation, you require a fresh Win...
[Read more...]how to install nodejs and npm on ubuntu
Posted in Linux Servers on Aug 22, 2019
Add Nodejs Package on Server
We are going to add the latest package on server so that we can install latest nodejs
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
Install Node.js on Ubuntu
sudo apt-get install nodejs
Check Node.js Version on server
node -v
v12.8.0
Check NPM Version on server
npm -v
6.10.2
Node and NPm is installed sucessfully !! Now we are going to create demo node js server
vim server.js
After creating a file, please add the following content :
var http = require('http');
http.createServer(function (req, res) {
res.writeHead(20...
[Read more...]
How to install an SSL certificate on SonicWALL?
Posted in SSL Certificates on Aug 07, 2019
In order to install an SSL certificate on SonicWALL, perform the below steps -
How to install an SSL certificate on Google Cloud Platform?
Posted in SSL Certificates on Jul 31, 2019
In order to install an SSL certificate on Google cloud platform, perform the below steps -
The Private Key code was generated along with the CSR (Certificate Signing Request) and code incl...
[Read more...]How to install and configure Node.js on cpanel server
Posted in Whm/Cpanel on Jul 30, 2019
In order to install and configure Node.js on cpanel, two prerequisites are needed -
echo $SHELL
uname -r
INSTALLING NODE.JS AND NPM
Once you determine that your account meets the installation prerequisites, follow these steps in order to download and install Node.js and npm -
How to install an SSL certificate on IIS 10?
Posted in SSL Certificates on Jul 30, 2019
SSL installation in IIS 10 requires one certificate file with the .p7b (or .cer) file extension. Either download the issued certificate in the email delivered by Cloudtechtiq or download it in your SSLs.com account.
In order to install the certificate, follow the steps below -
[Read more...]
How to install an SSL certificate on IIS8?
Posted in SSL Certificates on Jul 30, 2019
In order to install an SSL certificate on IIS8, the following below process has to be followed :