-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhpilo.cfg.example
More file actions
21 lines (16 loc) · 924 Bytes
/
hpilo.cfg.example
File metadata and controls
21 lines (16 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Username and password of an iLO administrator account.
USERNAME="Administrator"
PASSWORD="alakazam"
# The iLO FQDN is HOSTNAME.DOMAIN e.g. ilo.mydomain.com
HOSTNAME="ilo"
DOMAIN="mydomain.com"
# Set to 1 for testing. This will use the LE staging server to avoid hitting LE rate limits. Remove or set to 0 (default) to deploy a valid certificate.
STAGING=1
# Set to a valid DNS Provider (default is Cloudflare). More information on supported providers at https://github.com/acmesh-official/acme.sh/wiki/dnsapi.
# DNSAPI="dns_cf"
# The path to the directory containing the acme.sh script, defaults to /root/.acme.sh.
# This also affects where this script will look for your certificate.
# ACMESH_DIR="/root/.acme.sh"
# Base directory for the script, defaults to your current working directory when running it.
# Host-specific config files and deployment scripts will be placed here.
# SCRIPT_BASEDIR="/path/to/script"