Skip to content

justinjsmith/golangmutualssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golangmutualssl

A simple test app showing how to do mutually authenticated SSL in go.

All the certificates are already in the appropriate directories.

The CA cert is `MyCA.crt' and is available to both the client and the server. The client and server certs are issued by that CA.

The client verifies that the server has a cert issued by the CA and that the server common name is "myserver". Notice that it overrides the normal DNS-based checks.

The service verifies that the client has a cert issued by the and that the client common name is "myclient".

About

A simple test app showing how to do mutually authenticated SSL in go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages