(name string)
| 851 | } |
| 852 | |
| 853 | func (t *TLS) getConfigForName(name string) *certmagic.Config { |
| 854 | ap := t.getAutomationPolicyForName(name) |
| 855 | return ap.magic |
| 856 | } |
| 857 | |
| 858 | // getAutomationPolicyForName returns the first matching automation policy |
| 859 | // for the given subject name. If no matching policy can be found, the |
no test coverage detected