Port details |
- anvil Tools for distributing ssl certificates
- 0.0.20 sysutils =2 0.0.20Version of this port present on the latest quarterly branch.
- Maintainer: dvl@FreeBSD.org
- Port Added: 2017-07-14 22:22:56
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/dlangille/anvil
- Description:
- Tools for distributing ssl certificates
Designed for FreeBSD (it uses fetch, not wget or curl [yet]).
It also uses sudo, with the goal of this running as non-root
and only allowing the cp & mv via sudo.
These tools were designed with acme.sh & Let's Encrypt in mind,
but they should with with any certificates generated by any
means.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/anvil/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/anvil
- pkg install anvil
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: anvil
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1659548055
SHA256 (dlangille-anvil-0.0.20_GH0.tar.gz) = 6da6b6a07f0002a1776c79490e60a3221639a7a6daaf3b36704f48ad581731e4
SIZE (dlangille-anvil-0.0.20_GH0.tar.gz) = 80260
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for anvil-0.0.20:
====> Options available for the single SG1: you have to select exactly one of them
FETCH=on: Use fetch
CURL=off: Use curl, not fetch
WGET=off: Use wget, not fetch
===> Use 'make config' to modify these settings
- Options name:
- sysutils_anvil
- pkg-message:
- For install:
- After installing anvil, this is a short checklist of things to do, depending
on which tools are using.
For cert-puller:
* adjust /usr/local/etc/anvil/cert-puller.conf
* run 'cert-puller -s' to see the visudo settings you need
* adjust the service configuration files (e.g. httpd.conf) if cert filenames
are different from defaults. By default, anvil uses:
* example.org.fullchain.cer
* example.org.key
* anvil does not distribute .key files. Do that manually.
* install the crontab for anvil: sudo crontab -u anvil -e
###
# use /bin/sh to run commands, overriding the default set by cron
SHELL=/bin/sh
# mail any output to here, no matter whose crontab this is
MAILTO=you@example.org
7 13 * * * /usr/local/bin/cert-puller
###
For cert-shifter:
* adjust /usr/local/etc/anvil/cert-shifter.conf
* install the crontab for anvil: sudo crontab -u anvil -e
###
# use /bin/sh to run commands, overriding the default set by cron
SHELL=/bin/sh
# mail any output to here, no matter whose crontab this is
MAILTO=you@example.org
19 20 * * * /usr/local/bin/cert-shifter
###
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.0.20 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.0.20 03 Aug 2022 17:37:29 |
Dan Langille (dvl) |
sysutils/anvil: Update to 0.0.20
Better logging when there is nothing to do for a given cert. |
0.0.19 10 Jun 2021 19:42:41 |
Dan Langille (dvl) |
sysutils/anvil: update to 0.0.19
Do not return 1 when doing cert-puller -s |
0.0.18 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.0.18 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.0.18 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.0.18 10 Nov 2020 14:04:40 |
dvl |
Update to 0.0.18
Allow user to specify which services need to be restarted or reloaded.
Provide settings to allow options to be used with fetch, curl, wget. e.g. -4
re: https://github.com/dlangille/anvil/releases/tag/0.0.18 |
0.0.17 26 Aug 2019 13:16:24 |
dvl |
Upgrade to 0.0.17
Ignore the DAYS configuration item for cert-shifter. It is now no longer
used.
Why? Because we cannot depend upon the mtime of a directory to indicate that
it contains a new file. Instead, we must look at the certs contained within
those directories. |
0.0.16 25 Aug 2019 19:04:03 |
dvl |
Update to 0.0.16
When restarted PostgreSQL, do a reload instead. |
0.0.15_1 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.0.15_1 08 Aug 2019 22:05:51 |
dvl |
Upgrade to 0.0.15
* adds PostgreSQL support
* add configurable number of DAYS to look back at certs
* better error detection and logging of errors |
0.0.13_1 03 Aug 2019 21:30:12 |
dvl |
Fixing some portlint whitespace issues. |
0.0.13 31 Jul 2019 14:03:28 |
dvl |
Upgrade to 0.0.13
Provides support for apache24
Add logging if cp / mv fails |
0.0.12 03 Apr 2018 21:22:55 |
dvl |
Upgrade to 0.0.12 adding support for mosquitto |
0.0.11_1 06 Oct 2017 15:05:48 |
dvl |
Remove references to FETCH_TOOL
On FreeBSD, anvil can use fetch(1). No need to use curl/wget. |
0.0.11 14 Aug 2017 12:11:26 |
dvl |
Upgrade to 0.0.11 |
0.0.10_1 11 Aug 2017 21:14:20 |
dvl |
Spell PORTREVISION |
0.0.10 11 Aug 2017 19:17:48 |
dvl |
Add options to install wget or curl as run-time dependencies |
0.0.10 11 Aug 2017 18:38:33 |
dvl |
Upgrade to 0.0.10
This upgrade adds support for wget & curl but the port does not provide
those options yet |
0.0.9 21 Jul 2017 20:11:07 |
dvl |
Upgrade to 0.0.9
* this release adds some sanity checks
* while here, improve pkg-message |
0.0.8_1 16 Jul 2017 14:08:51 |
dvl |
Improve the pkg-message now that we install multiple scripts.
Bump PORTREVISION |
0.0.8 16 Jul 2017 13:38:33 |
dvl |
Upgrade to 0.0.8
Better detection of new certificates |
0.0.7 15 Jul 2017 14:51:04 |
dvl |
Upgrade to 0.0.7
Change NO_BUILD spaces to a tab |
0.0.6_1 15 Jul 2017 11:02:43 |
dvl |
Commit the anvil user/group (missed in original commit) so it builds
Sort pkg-plist
Bump PORTREVISION |
0.0.6 14 Jul 2017 22:22:46 |
dvl |
Tools for distributing ssl certificates |