Skip to content

Instantly share code, notes, and snippets.

@zommarin
Last active October 18, 2018 10:50
Show Gist options
  • Save zommarin/602bc4489c33d405ddc4243d230a7ddc to your computer and use it in GitHub Desktop.
Save zommarin/602bc4489c33d405ddc4243d230a7ddc to your computer and use it in GitHub Desktop.
Generate a password using OpenSSL
# Generate random string (password)
openssl rand -base64 32
# Print certificate in clear text
openssl x509 -text -in file.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment