diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-06-04 09:13:35 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-06-04 09:13:35 +0100 |
| commit | 8356fc09c1bd4a99f38c446e56c8644ae2acfad7 (patch) | |
| tree | 957ff5aa22a7316a2e8ca51d1dd66da95b0b6183 | |
| parent | 06fa844520d22e24f5fe780e6d0d2ccabe5380ed (diff) | |
| download | lfacme-8356fc09c1bd4a99f38c446e56c8644ae2acfad7.tar.gz lfacme-8356fc09c1bd4a99f38c446e56c8644ae2acfad7.tar.bz2 | |
README: update
| -rw-r--r-- | README | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -5,8 +5,8 @@ lfacme is a wrapper around uacme to make it a bit more flexible. i wrote it primarily for my own use, but you're welcome to use it too. lfacme comes with challenge handlers for basic HTTP validation (http-01) and -for DNS validation (dns-01) using Kerberized nsupdate. it can also be used -with any uacme-compatible challenge handler. +for DNS validation (dns-01) using TSIG- or Kerberos-authenticated nsupdate. +it can also be used with any uacme-compatible challenge handler. it's only tested on FreeBSD and may or may not work on other platforms. if it doesn't work, it shouldn't be difficult to port. @@ -22,15 +22,24 @@ if you want to use the HTTP challenge handler: + a web server installed on the host -if you want to use the Kerberized nsupdate challenge handler: +if you want to use the DNS challenge handlers: + BIND's "dig" and "nsupdate" (in FreeBSD: dns/bind-tools) + +if you want to use the Kerberos DNS challenge handler: + + Kerberos kinit (either MIT or Heimdal should work) install ------- -# make install [DESTDIR=/some/where] +# make install [PREFIX=/usr/local] [DESTDIR=/some/where] + +PREFIX is the base directory to install into. if not specified, /usr/local +is assumed. + +DESTDIR is prepend to PREFIX when installing files, and may be used when +creating packages. usage ----- |
