play with layout

This commit is contained in:
Marco Ochse
2017-09-25 21:08:00 +00:00
parent 65bb8d30b4
commit b5a4ef948f
37 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/bin/bash
# Got root?
myWHOAMI=$(whoami)
if [ "$myWHOAMI" != "root" ]
then
echo "Need to run as root ..."
exit
fi
openssl req -nodes -x509 -sha512 -newkey rsa:8192 -keyout "nginx.key" -out "nginx.crt" -days 3650