MCPcopy 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_serverMethod · 0.80
has_acme_eabMethod · 0.80
is_pebbleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected