MCPcopy Create free account
hub / github.com/apache/httpd / add_md

Method add_md

test/modules/md/md_conf.py:70–72  ·  view source on GitHub ↗
(self, domains)

Source from the content-addressed store, hash-verified

68 self.add(f"ServerAdmin mailto:{email}")
69
70 def add_md(self, domains):
71 dlist = " ".join(domains) # without quotes
72 self.add(f"MDomain {dlist}\n")
73
74 def start_md(self, domains):
75 dlist = " ".join([f"\"{d}\"" for d in domains]) # with quotes, #257

Callers 15

test_md_300_025Method · 0.95
test_md_300_027Method · 0.95
test_md_300_030Method · 0.95
test_md_300_031Method · 0.95
configure_httpdMethod · 0.95
test_md_741_001Method · 0.95
test_md_741_002Method · 0.95
test_md_750_001Method · 0.95
test_md_750_002Method · 0.95
test_md_750_003Method · 0.95
test_md_750_004Method · 0.95
test_md_750_005Method · 0.95

Calls 2

joinMethod · 0.80
addMethod · 0.80

Tested by 15

test_md_300_025Method · 0.76
test_md_300_027Method · 0.76
test_md_300_030Method · 0.76
test_md_300_031Method · 0.76
configure_httpdMethod · 0.76
test_md_741_001Method · 0.76
test_md_741_002Method · 0.76
test_md_750_001Method · 0.76
test_md_750_002Method · 0.76
test_md_750_003Method · 0.76
test_md_750_004Method · 0.76
test_md_750_005Method · 0.76