README ¶ # Test curl --cacert ca.pem -E ./client.p12:password -v https://localhost:8080/hello # Create pkcs12 file openssl pkcs12 -export -in cert.pem -inkey cert-key.pem -out client.p12 # use 'password' curl --cacert ~/.pki/ca/ca.pem -E ./client.p12:password -v https://localhost:8080/hello Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.