apiBaseURL property

String apiBaseURL

Returns the Let's Encrypt API base URL in use.

Implementation

String get apiBaseURL => production
    ? 'https://acme-v02.api.letsencrypt.org'
    : 'https://acme-staging-v02.api.letsencrypt.org';