canUseLetsEncrypt property
Returns true
if the basic conditions for Let's Encrypt are configured.
Implementation
bool get canUseLetsEncrypt {
return letsEncrypt && letsEncryptDirectory != null && domains.isNotEmpty;
}
Returns true
if the basic conditions for Let's Encrypt are configured.
bool get canUseLetsEncrypt {
return letsEncrypt && letsEncryptDirectory != null && domains.isNotEmpty;
}