Skip to content

Instantly share code, notes, and snippets.

@khangvan
Created April 30, 2020 05:51
Show Gist options
  • Save khangvan/4c652b8cdc479cbb85cf38693c9ea008 to your computer and use it in GitHub Desktop.
Save khangvan/4c652b8cdc479cbb85cf38693c9ea008 to your computer and use it in GitHub Desktop.
get_client_crt_and_client_key.sh
openssl req -newkey rsa:2048 -nodes -keyout client.key -x509 -days 365 -out client.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment