Skip to content

Instantly share code, notes, and snippets.

@jordanyaker
Created February 3, 2016 21:35
Show Gist options
  • Save jordanyaker/cf7fc5220ae80047ae2c to your computer and use it in GitHub Desktop.
Save jordanyaker/cf7fc5220ae80047ae2c to your computer and use it in GitHub Desktop.
Securing Websites With Nginx And Client-Side Certificate Authentication On Linux
mkdir -p /etc/ssl/ca/certs/users && \
mkdir /etc/ssl/ca/crl && \
mkdir /etc/ssl/ca/private
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment