Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

filippgkv/client-cert-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

client-cert-auth

Authentication using Client-side Certificates

  • generate self-signed server cert using
openssl req -x509 -newkey rsa:4096 -nodes -out cert.pem -keyout key.pem -days 365
  • create pfx for importing into firefox
openssl pkcs12 -export -inkey client.key -in client.crt -name 'fi
refox' -out firefox.pfx

About

Authentication using Client-side Certificates

Resources

License

Stars

Watchers

Forks

Contributors