Skip to content

Instantly share code, notes, and snippets.

@vmlinz
Last active August 29, 2015 14:24
Show Gist options
  • Save vmlinz/ad7027587328e785727a to your computer and use it in GitHub Desktop.
Save vmlinz/ad7027587328e785727a to your computer and use it in GitHub Desktop.
Http2 proxy using nghttp2/nghttpx

Http2 proxy by nghttpx

Articles

Resources

Notes

How to implement client side tls authentication

  • Generate ca cert and ca key on the nghttpx server
  • Set the client side ca to the previously generated ca cert
  • Use the ca key to generate client side cert and key pair
  • Import the ca cert to the client operating system uising ca management tools like keychain
  • Import the client cert and key

How to manage pki

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment