Release »acme-wrapper.1«
-
- Vollendet
- 12/21/22 17:32:01
- Released
- acme-wrapper.1
- Projekt
- acme-wrapper
- Titel
- Das ist eine produktive Release.
- Kategorie
- bash (27)
- Maintainer
- Pieli
- Src
- unveröffentlicht
- Abhängigkeiten
- keine
Das ist eine produktive Release.
Dh, das ist der Code des produktiven Einsatzes. Cheers!
acme-wrappers cfg on /etc/conf.d
# ----------------------------------------------------------------------- # /etc/conf.d/acme_wrapper.conf - confd for a acme.sh-wrapper # Last Update: 12-28-2021 03:44:32Z # ----------------------------------------------------------------------- # Location of your acme.sh; ABS_PATH; DEFAULT:/root/.acme.sh/acme.sh ACME=/root/.acme.sh/acme.sh # Location of your web server's certs; ABS_PATH; DEFAULT:/etc/nginx/ssl CPATH=/etc/nginx/ssl # the domains for which to care; FQDN bash array; DOMAINS=( % Here be domains. % ) # the user to which to chown for; user; DEFAULT:wwwrun ACMEUSER=<user> # the group to which to chown for; user; DEFAULT:nobody ACMEGROUP=<group> # keep quiet for cronning, pretty otherwise; YESNO; DEFAULT:NO VERBOSITY=NO # log to syslog; YESNO; DEFAULT:YES SYSLOG=YES # level from there w/syslog, everything lower gets omitted; one of: debug, info, warn, error, crit; DEFAULT:info SYSLOG_LEVEL=debug # in SYSLOGs output, whether to switch the name tag for the actually running script; YESNO; DEFAULT:YES SYSLOG_SWITCH_SCRIPTS=NO # the tar with which to tar TAR='/usr/bin/tar cjf "$CPATH"/olle_certs.tar.bz2 --exclude-ignore=tar_excludes'