Skip to content

45clouds/tak-walkers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tak-walkers

  1. Obtain the .p12 file for a user and the truststore-CA.p12
  2. Convert the .p12's to PEM Files
  • openssl pkcs12 -in user_cert.p12 -out client.pem -nodes -passin atakatak
  • openssl pkcs12 -in truststore-CA.p12 -out server.pem -nodes -nokeys -passin atakatak

Server CN is the FQDN of the server cert that was created with the ./makeCert server command.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.2%
  • Shell 24.8%