mkZertifikat.sh 150 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 openssl genrsa -out $1.key 4096 openssl req -new -nodes -key $1.key -out $1.csr openssl x509 -req -days 3650 -in $1.csr -signkey $1.key -out $1.crt