kairoaraujo / goca

Golang Certificate Authority (CA) package
MIT License
38 stars 14 forks source link

Added the methods to CA and CRL #1

Closed kairoaraujo closed 3 years ago

kairoaraujo commented 3 years ago

Added the methods to CA.GetCRL() that returns the x509 CRL as string and CA.GoCRL() that returns pkix.Certificatelist.

It makes it easier to use the CRL data.

A small improvement on CSR added.