Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096| #!/bin/bash | |
| users=$1 | |
| sudoers=$2 | |
| for user in $users; do | |
| set -- `echo $user | tr ':' ' '` | |
| user=$1 | |
| pem=$(echo "ssh-rsa $2" | base64 -w 0) | |
| echo "Adding user ${user}" |
I hereby claim:
To claim this, I am signing this object: