Skip to content

Instantly share code, notes, and snippets.

@felixfyi
Created August 1, 2012 16:25
Show Gist options
  • Save felixfyi/3228458 to your computer and use it in GitHub Desktop.
Save felixfyi/3228458 to your computer and use it in GitHub Desktop.
Check CSR
#!/bin/bash
openssl req -in ${1} -noout -text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment