SSL installation in AWS Default IAM
A new scenario for installation of Let’sencrypt SSL into AWS IAM with the nignx server. Let start with SSL installation on Linux IAM in AWS HOw to install Letsencrypt SSL in AWS EC2 AWS IAM with...
A new scenario for installation of Let’sencrypt SSL into AWS IAM with the nignx server. Let start with SSL installation on Linux IAM in AWS HOw to install Letsencrypt SSL in AWS EC2 AWS IAM with...
Hello Everyone SSL is very important for any website to have a secure connection and I will tell you to How easily you can perform free ssl installation to your website. 1. SSL installation...
How to install nginx in centos 7 Update your server yum update Add epel repo as nginx is not available in Default repo yum install epel-release Install nginx yum install nginx Start the nginx...
How to create user in MySQL using terminal? Note :- need to edit commands where “techouse” is mentioned. How to change the password of existing user in mysql ALTER USER ‘techouse’@’localhost’ IDENTIFIED BY ‘MyNewPass’;...
Importing code from an existing project Adding the existing project in gitlab , github and bitbucket Open terminal Go to the local project directory cd /home/username/test Initialize the local directory git init Add all...