diff --git a/security/acme.sh/Makefile b/security/acme.sh/Makefile index 70ece1374805..aec0d3de5137 100644 --- a/security/acme.sh/Makefile +++ b/security/acme.sh/Makefile @@ -1,79 +1,78 @@ PORTNAME= acme.sh -DISTVERSIONPREFIX= v -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.6 CATEGORIES= security MAINTAINER= dvl@FreeBSD.org COMMENT= ACME protocol client written in shell WWW= https://github.com/Neilpang/acme.sh/ LICENSE= GPLv3+ USE_GITHUB= yes GH_ACCOUNT= acmesh-official USERS= acme GROUPS= acme OPTIONS_DEFINE= BINDTOOLS DOCS EXAMPLES IDN STANDALONE OPTIONS_DEFAULT= CURL STANDALONE OPTIONS_SINGLE= HTTP OPTIONS_SINGLE_HTTP= CURL WGET BINDTOOLS_DESC= Depend on bind-tools for nsupdate CURL_DESC= Depend on cURL for HTTP(S) queries STANDALONE_DESC= Standalone mode requires SOCAT WGET_DESC= Depend on Wget for HTTP(S) queries NO_ARCH= yes NO_BUILD= yes BINDTOOLS_RUN_DEPENDS= nsupdate:dns/bind-tools CURL_RUN_DEPENDS= curl:ftp/curl IDN_RUN_DEPENDS= idn2:dns/libidn2 STANDALONE_RUN_DEPENDS= socat>0:net/socat WGET_RUN_DEPENDS= wget:ftp/wget PORTDOCS= README.md SUB_FILES= acme-crontab pkg-message post-patch-EXAMPLES-on: ${REINPLACE_CMD} -e 's|sed -i "|sed -i bak "|' ${WRKSRC}/dnsapi/dns_nsd.sh post-patch-IDN-on: ${REINPLACE_CMD} -e 's|^ *idn | idn2 |'\ -e 's|_exists idn|_exists idn2|' ${WRKSRC}/acme.sh do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} ${MKDIR} ${STAGEDIR}/var/db/acme/.acme.sh \ ${STAGEDIR}/var/db/acme/certs \ ${STAGEDIR}${PREFIX}/etc/cron.d \ ${STAGEDIR}${PREFIX}/etc/newsyslog.d \ ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/account.conf.sample ${STAGEDIR}/var/db/acme/.acme.sh # install the sample file; pkg-plist will install to etc/cron.d for us ${INSTALL_DATA} ${WRKDIR}/acme-crontab ${STAGEDIR}${EXAMPLESDIR}/acme.sh-cron.d ${INSTALL_DATA} ${FILESDIR}/acme-newsyslog ${STAGEDIR}${PREFIX}/etc/newsyslog.d/acme.sh.sample do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/deploy ${STAGEDIR}${EXAMPLESDIR}/dnsapi ( cd ${WRKSRC} && ${COPYTREE_BIN} deploy ${STAGEDIR}${EXAMPLESDIR} ) ( cd ${WRKSRC} && ${COPYTREE_BIN} dnsapi ${STAGEDIR}${EXAMPLESDIR} ) ( cd ${WRKSRC} && ${COPYTREE_BIN} notify ${STAGEDIR}${EXAMPLESDIR} ) ${RLN} ${STAGEDIR}/${EXAMPLESDIR}/deploy ${STAGEDIR}/var/db/acme/.acme.sh ${RLN} ${STAGEDIR}/${EXAMPLESDIR}/dnsapi ${STAGEDIR}/var/db/acme/.acme.sh ${RLN} ${STAGEDIR}/${EXAMPLESDIR}/notify ${STAGEDIR}/var/db/acme/.acme.sh .include diff --git a/security/acme.sh/distinfo b/security/acme.sh/distinfo index f3cf98b6e8d0..4d96068983be 100644 --- a/security/acme.sh/distinfo +++ b/security/acme.sh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669227084 -SHA256 (acmesh-official-acme.sh-v3.0.5_GH0.tar.gz) = a19132ed65491409a8d8a93c264dcbcf265a91d45a46de674811b93f5995398f -SIZE (acmesh-official-acme.sh-v3.0.5_GH0.tar.gz) = 270092 +TIMESTAMP = 1686333811 +SHA256 (acmesh-official-acme.sh-3.0.6_GH0.tar.gz) = 4a8e44c27e2a8f01a978e8d15add8e9908b83f9b1555670e49a9b769421f5fa6 +SIZE (acmesh-official-acme.sh-3.0.6_GH0.tar.gz) = 275569 diff --git a/security/acme.sh/pkg-plist b/security/acme.sh/pkg-plist index 28b4aaf901e6..3ed139006ff2 100644 --- a/security/acme.sh/pkg-plist +++ b/security/acme.sh/pkg-plist @@ -1,208 +1,212 @@ %%PORTEXAMPLES%%@sample %%EXAMPLESDIR%%/acme.sh-cron.d etc/cron.d/acme.sh %%PORTEXAMPLES%%@sample etc/newsyslog.d/acme.sh.sample sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/apache.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/cleverreach.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/consul.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/cpanel_uapi.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/docker.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/dovecot.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/exim4.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/fritzbox.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/gcore_cdn.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/gitlab.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/haproxy.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/keychain.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/kong.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/lighttpd.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/mailcow.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/myapi.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/mydevil.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/mysqld.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/nginx.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/openmediavault.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/opensshd.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/openstack.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/panos.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/peplink.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/proxmoxve.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/pureftpd.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/qiniu.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/routeros.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/ssh.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/strongswan.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/synology_dsm.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/truenas.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/unifi.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/vault.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/vault_cli.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/vsftpd.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_1984hosting.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_acmedns.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_acmeproxy.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_active24.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ad.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ali.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_anx.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_arvan.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_aurora.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_autodns.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_aws.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_azion.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_azure.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_bunny.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_cf.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_clouddns.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_cloudns.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_cn.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_conoha.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_constellix.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_cpanel.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_curanet.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_cyon.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_da.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ddnss.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_desec.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_df.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dgon.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dnshome.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dnsservices.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dnsimple.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_do.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_doapi.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_domeneshop.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dp.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dpi.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dreamhost.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_duckdns.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_durabledns.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dyn.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dynu.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dynv6.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_easydns.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_edgedns.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_euserv.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_exoscale.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_fornex.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_freedns.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_gandi_livedns.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_gcore.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_gcloud.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_gd.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_geoscaling.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_googledomains.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_huaweicloud.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_he.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_hetzner.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_hexonet.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_hostingde.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_infoblox.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_infomaniak.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ionos.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ipv64.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_internetbs.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_inwx.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ispconfig.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_jd.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_joker.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_kappernet.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_kas.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_kinghost.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_knot.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_la.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_leaseweb.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_lexicon.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_linode.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_linode_v4.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_loopia.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_lua.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_maradns.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_me.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_miab.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_misaka.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_myapi.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_mydevil.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_mydnsjp.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_mythic_beasts.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_namecheap.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_namecom.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_namesilo.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nanelo.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nederhost.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_neodigit.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_netcup.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_netlify.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nic.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_njalla.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nm.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nsd.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nsone.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nsupdate.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nw.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_oci.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_one.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_online.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_openprovider.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_openstack.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_opnsense.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ovh.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_porkbun.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_pdns.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_pleskxml.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_pointhq.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_rackcorp.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_rackspace.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_rage4.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_rcode0.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_regru.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_scaleway.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_schlundtech.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_selectel.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_selfhost.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_servercow.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_simply.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_tele3.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_udr.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ultra.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_world4you.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_transip.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_unoeuro.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_variomedia.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_veesp.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_vercel.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_vscale.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_vultr.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_websupport.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_yandex.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_yc.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_zilore.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_zone.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_zonomi.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/bark.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/callmebotWhatsApp.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/cqhttp.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/dingtalk.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/discord.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/feishu.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/gotify.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/ifttt.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/mail.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/mailgun.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/pop.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/postmark.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/pushbullet.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/pushover.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/sendgrid.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/slack.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/slack_app.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/smtp.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/teams.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/telegram.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/weixin_work.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/xmpp.sh @sample(acme,acme,0640) /var/db/acme/.acme.sh/account.conf.sample %%PORTEXAMPLES%%/var/db/acme/.acme.sh/deploy %%PORTEXAMPLES%%/var/db/acme/.acme.sh/dnsapi %%PORTEXAMPLES%%/var/db/acme/.acme.sh/notify @dir etc/cron.d @dir(acme,acme,0750) /var/db/acme/.acme.sh @dir(acme,acme,0750) /var/db/acme/certs @dir(acme,acme,0750) /var/db/acme