Versions in this module Expand all Collapse all v0 v0.1.0 Apr 18, 2019 Changes in this version + type Issuer struct + func New(tlsDir string) *Issuer + func (i *Issuer) CertPath() string + func (i *Issuer) CertsDisc() []byte + func (i *Issuer) Key() *rsa.PrivateKey + func (i *Issuer) KeyPath() string + func (i *Issuer) Port() string + func (i *Issuer) Run() error + func (i *Issuer) ServeHTTP(rw http.ResponseWriter, r *http.Request)