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

Method is_pebble

test/modules/md/md_env.py:83–84  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

81
82 @classmethod
83 def is_pebble(cls) -> bool:
84 return cls.get_acme_server() == 'pebble'
85
86 @classmethod
87 def lacks_ocsp(cls):

Callers 1

lacks_ocspMethod · 0.80

Calls 1

get_acme_serverMethod · 0.80

Tested by

no test coverage detected