Blog 1 Column

21
Mar

How to Enable AutoSSL for all Users from WHM Panel?

As a website owner, you want to ensure that your website is secure for your users. An SSL certificate installation on your website is one way to achieve this. In order to prevent unwanted access to the data being communicated, an SSL certificate encrypts the communication between your website and...
Read More
08
Feb

Autoscaling: Advantages and Disadvantages

Autoscaling is a technique used by many cloud service providers that enables an application to automatically increase or decrease its capacity in response to changing demand. This allows applications to meet changing user requirements without manual intervention, ensuring that users always have access to the resources they need. It’s a...
Read More
30
Nov

A Guide on Linux Server Maintenance

Servers are amazing inventions. They run continuously, typically without a hitch, but like any machine, they do need some maintenance. Frequently, routine maintenance and monitoring can save your server failure from turning into a server disaster. The process of keeping a server’s software updated and operational ensures that a computer...
Read More
15
Jul

How to schedule background job in SAP

Introduction Background jobs are jobs in the SAP system that run in the background without affecting the normal operations in the system. Background jobs are used to reduce manual effort and automate the process. They can run in the background without any user input and can be scheduled to run when the...
Read More
08
Jul

What are the types of Cloud Computing?

Cloud Computing can be classified into three categories based on the deployment models- Private, Public, and Hybrid Cloud. Determining the right Cloud Computing deployment is directly associated with the business requirements. Public Cloud The Public Cloud environment is usually owned by a Cloud Service Provider and remains accessible to multiple...
Read More
11
May

How to add SSL Certificate in own system

Step 1: Log in to SAP GUI Execute the tcode >> strust Step2: Click on SSL server standard Step 3: Select the edit option here Step 4: As shown in the screenshot, you need to merge three certificates in one text document Step 5: Copy the content from provided SSL...
Read More
21
Apr

How to generate CSR with a new KEY on the command line

1. Use the below command in the application server openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr 2. Updated below details as required 3. After updating you will get the CSR file and Key file 4. Enter the command: cat server.csr 5. Next, cat server.key