by Anjani Phuyal | May 28, 2021 | AWS
Cloud Computing is quite a new concept in Nepal. It’s not been long that people have realized its benefits and started to use the services. As an advanced consulting partner of Amazon Web Services, Genese Solution has been supporting cloud computing, through AWS, for...
by Anjani Phuyal | May 20, 2021 | AWS
“Being an entrepreneur means to have an insatiable thirst for learning, evolving and creating. There is simply no one end goal.” On a personal level, I resonate with this quote. I’ve never met an entrepreneur who didn’t want to learn and grow...
by Anjani Phuyal | Aug 22, 2016 | AWS, Linux
Generate a Private Key openssl genrsa -des3 -out server.key 1024 Step 2: Generate a CSR (Certificate Signing Request) openssl req -new -key server.key -out server.csr Step 3: Remove Passphrase from Key cp server.key server.key.org openssl rsa -in server.key.org -out...
by Anjani Phuyal | Jul 8, 2016 | AWS
List all SSL certificates iam list-server-certificates Upload server certificate iam upload-server-certificate –server-certificate-name self-signed-cert –certificate-body file:///Users/anja9738/ssl/anj/3/my-certificate.pem –private-key...
by Anjani Phuyal | May 27, 2014 | AWS
Step 1: Create a key pair on your local linux server anjani@local-host$ ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (/home/anjani/.ssh/id_rsa):Enter key Enter passphrase (empty for no passphrase): Press enter key Enter same...
by Anjani Phuyal | May 26, 2014 | AWS
Installing aws-cli ***sudo apt-get install -y python-pip ***sudo pip install awscli Add your Access Key ID and Secret Access Key to$HOME/.aws-config using this format: *** sudo vi $HOME/.aws-config ***************************************************** [default]...