Skip to content

Instantly share code, notes, and snippets.

View kyawkyawsoezhu's full-sized avatar
🏠
Working from home

Kyaw Kyaw Soe kyawkyawsoezhu

🏠
Working from home
  • Myanmar
View GitHub Profile
@kyawkyawsoezhu
kyawkyawsoezhu / gist:6d504d99d5faffc1f0a0a34b0481d685
Created June 26, 2018 16:42 — forked from jessedearing/gist:2351836
Create self-signed SSL certificate for Nginx
#!/bin/bash
echo "Generating an SSL private key to sign your certificate..."
openssl genrsa -des3 -out myssl.key 1024
echo "Generating a Certificate Signing Request..."
openssl req -new -key myssl.key -out myssl.csr
echo "Removing passphrase from key (for nginx)..."
cp myssl.key myssl.key.org
openssl rsa -in myssl.key.org -out myssl.key
@kyawkyawsoezhu
kyawkyawsoezhu / Postman.desktop
Created September 16, 2017 09:25 — forked from aviskase/Postman.desktop
Install Postman
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=postman
Icon=/opt/Postman/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;