Skip to content

Instantly share code, notes, and snippets.

@nascimento
Created October 21, 2015 15:31
Show Gist options
  • Select an option

  • Save nascimento/0ac4a4d0620dcf04cd3a to your computer and use it in GitHub Desktop.

Select an option

Save nascimento/0ac4a4d0620dcf04cd3a to your computer and use it in GitHub Desktop.
find . -mtime -1 -type f -exec sh -c 'openssl rsa -in $1 -out ${1%startssl.key}apache.key' _ {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment