abstract | |
---|---|
extends |
Module_Skeleton |
Auxiliary support components to letsencrypt functions
Class Module_Support_Letsencrypt
Methods | ||
---|---|---|
public
static
|
filterDomainSet(array $domains): array
|
# |
Constants | ||
---|---|---|
public
|
ACME_WORKDIR = '/tmp/acme'
|
# |
public
|
ACME_URI_PREFIX = '/.well-known/acme-challenge'
|
# |
public
|
ACME_CERTIFICATE_BASE = '/storage/certificates'
|
# |
public
|
SKIP_IP_PREFERENCE = Preferences::VERIFY_IP
|
# |
public
|
ERR_AUTHORITY_UNKNOWN = [
':err_letsencrypt_unrecognized_authority',
"Rejecting certificate. Authority fingerprint `%(fingerprint)s' does not match acceptable values",
]
|
# |
public
|
MSG_CERT_OUTSIDE_EXPIRY = [
':msg_letsencrypt_outside_expiry',
"Certificate %(name)s not within expiry threshold. Expires in %(days)d days, expiry range [%(min)d, %(max)s].",
]
|
# |