initial commit

This commit is contained in:
2021-09-04 02:34:06 +02:00
8 changed files with 191 additions and 3 deletions

View File

@ -0,0 +1,13 @@
#!/bin/bash
## NOT FINISHED!!!
function openssl_genrsa_pass {
LC_ALL=C tr -dc A-Za-z0-9 </dev/urandom | head -c 64 > /opt/certs/remember2delete
}
$(openssl_genrsa_pass)
mkdir -p /opt/.certs/;cd /opt/.certs/