Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ get_acme_server
Method
get_acme_server
test/modules/md/md_env.py:67–68 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
65
66
@classmethod
67
def
get_acme_server(cls):
68
return
os.environ[
'ACME'
]
if
'ACME'
in os.environ
else
"pebble"
69
70
@classmethod
71
def
has_acme_server(cls):
Callers
4
__init__
Method · 0.95
has_acme_server
Method · 0.80
has_acme_eab
Method · 0.80
is_pebble
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected