CertificateAllowed returns nil if a certificate for the given name is allowed to be either obtained from an issuer or loaded from storage on-demand. The context passed in has the associated *tls.ClientHelloInfo value available at the certmagic.ClientHelloInfoCtxKey key. In the worst case, this fun
(ctx context.Context, name string)
| 70 | // called when a certificate is needed that is not already loaded |
| 71 | // into memory ready to serve. |
| 72 | CertificateAllowed(ctx context.Context, name string) error |
| 73 | } |
| 74 | |
| 75 | // PermissionByHTTP determines permission for a TLS certificate by |
no outgoing calls
no test coverage detected