certbotAuthHookPath property

String certbotAuthHookPath

Implementation

String get certbotAuthHookPath => env[certbotAuthHookPathKey] ?? 'auth_hook';
void certbotAuthHookPath=(String certbotAuthHookPath)

Implementation

set certbotAuthHookPath(String certbotAuthHookPath) =>
    env[certbotAuthHookPathKey] = certbotAuthHookPath;