goca icon indicating copy to clipboard operation
goca copied to clipboard

Golang Certificate Authority (CA) package

Results 12 goca issues
Sort by recently updated
recently updated
newest added

Then developers can use the `make start` to start the **resp-api** application.

When I use xca to open the `key.pem` file, some error occurs. When I use curl to access a mTLS connection, the private key cannot be read.

The certificate issue API accepts a DNSNames parameter, but doesn't handle IPAddress option.

The tags on the `goca.Identity.IPAddresses` field for swag generated documentation cause the doc tests to fail. Swag doesn't know what to do with the `[]net.IP` type when parsing the provided...

documentation

I don't understand the concept of creating an intermediate ca. In my understanding, it should create a full CA, but instead of the ca.crt, a csr should be created, and...

enhancement

When the REST API is accessed to create an intermediate CA, but the `parent_common_name` field on the payload is omitted, the following error message is returned to the client along...

invalid

This is a feature request. I will probably work on it later. Current storage uses file system to store keys and certificates. This will not scale well when the number...

Is it possible set passphrases while creating certificates and CA's via the api?

When GoCA generates a certificate authority (either root or intermediate) the `TLS Web Client Authentication` and `TLS Web Server Authentication` extensions are set. CA certificates should be limited to CA...

invalid

The storage package may have race conditions when accessing certificates. See pull #16 for more discussion. Note that if file locks are used they will need to be implemented in...