Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 977 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 977 Bytes

Common bash scripts

This repo has common bash scripts that I found usfull over the time.

Use at your own risk

List of scripts

create-csr-for-ssl.sh

Generate SSL Certificate request (CSR) with openSSL. First is creating the private key and then generates the CSR using SHA-256.

convert-pem-to-pfx.sh

Convert *.pem private key to *.pfx

docker-azure-cli-alias

Create alias for docker run to execute the azure-cli as docker container and it maps the $HOME dir to the container

docker-common-alias

Common and usfull docker commands that you may want ot learn or just create alias to them from this file