Commit c4998a20 by sn

openssl zertifikat

1 parent f7321ba2
Showing with 5 additions and 0 deletions
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
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!