create a password-protected ssh-Key manually in openvpn
Posted: Mon Nov 25, 2013 2:06 pm
I want to create a password-protected ssh-key. I typed in this command to create an ssh-key which is password protected:
I have to type in my passphrase and have to verify it, a newKey.crt, newKey.csr, newKey.key i getting created BUT it still mentions following:
is that dangerous for me or can I ignore this statement ?
There is no .pem created and the newKey.crt is empty as well... Do you know what I did wrong ?
Code: Select all
pkitool --pass newKey
Code: Select all
Certificate is to be certified until Nov 23 12:28:08 2023 GMT (3650 days)
failed to update database
TXT_DB error number 2
unable to write 'random state'
There is no .pem created and the newKey.crt is empty as well... Do you know what I did wrong ?