MCPcopy
hub / github.com/caprover/caprover / CertbotCertCommandRule

Interface CertbotCertCommandRule

src/utils/CaptainConstants.ts:75–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75export interface CertbotCertCommandRule {
76 /**
77 * Matches both *.<domain> and <domain>, use '*' to match all domains
78 */
79 domain: string
80 /**
81 * The Certbot command to execute, will be parsed using `shell-quote`, available variables are `${domainName}` and `${subdomain}`
82 */
83 command?: string
84}
85
86const data = {
87 configs: configs, // values that can be overridden

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected