testcerts icon indicating copy to clipboard operation
testcerts copied to clipboard

Dynamically generate self-signed certificates and certificate authorities for Go tests

Results 2 testcerts issues
Sort by recently updated
recently updated
newest added

In my tests, I would like to connect to 127.0.0.1, but its fails > tls: failed to verify certificate: x509: cannot validate certificate for 127.0.0.1 because it doesn't contain any...

Thanks for this library, we're finding it useful! 😄 Just wanted to add the ability to set a serial number and common name when creating new key pairs. Currently we...