Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + const APIUrl + const CertUrl + const SignUrl + func NewHandler(sHandler SignatureHandler, iHandler InfoHandler) http.Handler + type InfoHandler interface + GetInfo func(w http.ResponseWriter, r *http.Request) + func NewInfoHandler(cache tokencache.TokenCache, tokenGenerator tokens.TokenGenerator, host string, ...) InfoHandler + type SignatureHandler interface + SignCSR func(w http.ResponseWriter, r *http.Request) + func NewSignatureHandler(tokenCache tokencache.TokenCache, certUtil certificates.CertificateUtility, ...) SignatureHandler