Versions in this module Expand all Collapse all v0 v0.1.1 Oct 26, 2016 Changes in this version + func GenCRL(pkiroot string, expire int) error + func GenerateCertificate(genReq *GenerationRequest) error + func GeneratePKIStructure(pkiroot string) error + func GeneratePrivateKey(path string) (*rsa.PrivateKey, error) + func GetCA(pkiroot string) (*x509.Certificate, *rsa.PrivateKey, error) + func GetCertificate(path string) (*x509.Certificate, error) + func NextNumber(pkiroot, name string) (*big.Int, error) + func RevokeSerial(pkiroot string, serial *big.Int) error + func WriteIndex(pkiroot, filename string, crt *x509.Certificate) error + type GenerationRequest struct + IsClientCertificate bool + IsIntermediateCA bool + MaxPathLen int + Name string + PKIRoot string + Template *x509.Certificate Other modules containing this package gopkg.in/google/easypki.v1