• Cody Bonney
  • July 30, 2014
linux

Removing the passphrase from a key file

The following command will remove a passphrase from a key file. Sometimes this can be desirable if a passphrase isn't really required and you want to avoid typing it in each time the machine restarts.

$ openssl rsa -in some_rsa_key_file -out some_rsa_key_file

more Linux posts

linux Importing an OpenVPN configuration file into Network Manager
linux Change default timeouts for starting and stopping systemd units