diff --git a/custom-cmds-in-ubuntu/bin_examples/sshkeys.sh b/custom-cmds-in-ubuntu/bin_examples/sshkeys.sh new file mode 100644 index 0000000..eeb3eed --- /dev/null +++ b/custom-cmds-in-ubuntu/bin_examples/sshkeys.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +## NOT FINISHED!!! + +function openssl_genrsa_pass { + + LC_ALL=C tr -dc A-Za-z0-9 /opt/certs/remember2delete +} + +$(openssl_genrsa_pass) + + +mkdir -p /opt/.certs/;cd /opt/.certs/