-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathconfig_reporting
More file actions
40 lines (28 loc) · 1.11 KB
/
Copy pathconfig_reporting
File metadata and controls
40 lines (28 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
## F5 BIG-IP ACME Client (Dehydrated) Reporting Configuration File
## Maintainer: kevin-at-f5-dot-com
## Version: 20231013-1
## Description: Contains per-provider ACME client reporting configuration settings
########################################################
## REPORTING SETTINGS ##################################
########################################################
## Set to true to enable reporting
ENABLE_REPORTING=false
## Set to SMTP host:port
MAILHUB=smtp.acme.net:587
## Set to yes if SMTP server requires StartTLS
USESTARTTLS=yes
## Set to yes if SMTP server requires SSL/TLS
USETLS=yes
## Set username and password if SMTP server requires authentication
AUTHUSER=foo
AUTHPASS=bar
## Set email address of sender
REPORT_FROM="admin@foo.com"
## Set email address of recipient
REPORT_TO="foo@foo.com"
## Set email report Subject line
REPORT_SUBJECT="BIG-IP ACMEv2 Renewal Report"
## Set this to the local path of a CA certificate bundle file for validating SMTP server certificate
TLS_CA_FILE=/shared/acme/ca-bundle.crt
## Set to yes to override the From Line (needed by utility script)
FROMLINEOVERRIDE=yes