lacme-accountd(1)


NAME

   lacme-accountd - ACME client written with process isolation and minimal
   privileges in mind (account key manager)

SYNOPSIS

   lacme-accountd  [--config=FILENAME]   [--privkey=ARG]   [--socket=PATH]
   [--quiet]

DESCRIPTION

   lacme-accountd  is  the  account  key  manager component of lacme(1), a
   small ACME client written with process isolation and minimal privileges
   in  mind.  No other lacme(1) component needs access to the account key;
   in fact the account key could as well be stored on another  host  or  a
   smartcard.

   lacme-accountd   binds   to   a   UNIX-domain  socket  (specified  with
   --socket=), which ACME clients can connect to in order to request  data
   signatures.   As  a  consequence,  lacme-accountd  needs  to  be up and
   running before using  lacme(1)  to  issue  ACME  commands.   Also,  the
   process  does  not  automatically  terminate  after  the last signature
   request: instead, one sends an INT  or  TERM  signal(7)  to  bring  the
   server down.

   Furthermore,  one can use the UNIX-domain socket forwarding facility of
   OpenSSH 6.7 and later to run lacme-accountd and lacme(1)  on  different
   hosts.   For instance one could store the account key on a machine that
   is not exposed to the internet.  See the examples section below.

OPTIONS

   --config=filename
          Use filename as configuration file.  See the configuration  file
          section below for the configuration options.

   --privkey=arg
          Specify  the  (private) account key to use for signing requests.
          Currently supported arguments are:

          * file:FILE,  to  specify  an  encrypted  private  key  (in  PEM
            format); and

          * gpg:FILE,  to  specify  a gpg(1)-encrypted private key (in PEM
            format).

          The following command can be used to generate  a  new  4096-bits
          RSA key in PEM format with mode 0600:

                 openssl genrsa 4096 | install -m0600 /dev/stdin /path/to/account.key

   --socket=path
          Use path as the UNIX-domain socket to bind against for signature
          requests from the ACME client.  lacme-accountd  aborts  if  path
          exists or if its parent directory is writable by other users.

   -h, --help
          Display a brief help and exit.

   -q, --quiet
          Be quiet.

   --debug
          Turn on debug mode.

CONFIGURATION FILE

   If  --config=  is  not  given,  lacme-accountd  uses the first existing
   configuration         file         among         ./lacme-accountd.conf,
   $XDG_CONFIG_HOME/lacme/lacme-accountd.conf                          (or
   ~/.config/lacme/lacme-accountd.conf if the XDG_CONFIG_HOME  environment
   variable is not set), and /etc/lacme/lacme-accountd.conf.

   When  given  on the command line, the --privkey=, --socket= and --quiet
   options take precedence over their counterpart (without leading --)  in
   the configuration file.  Valid options are:

   privkey
          See  --privkey=.  This option is required when --privkey= is not
          specified on the command line.

   gpg    For a gpg(1)-encrypted private account key, specify  the  binary
          gpg(1)  to  use,  as  well  as  some  default options.  Default:
          gpg --quiet.

   socket See  --socket=.   Default:   $XDG_RUNTIME_DIR/S.lacme   if   the
          XDG_RUNTIME_DIR environment variable is set.

   quiet  Be quiet.  Possible values: Yes/No.

EXAMPLES

   Run lacme-accountd in a first terminal:

          ~$ lacme-accountd --privkey=file:/path/to/account.key --socket=$XDG_RUNTIME_DIR/S.lacme

   Then,  while  lacme-accountd  is  running,  execute locally lacme(1) in
   another terminal:

          ~$ sudo lacme --socket=$XDG_RUNTIME_DIR/S.lacme new-cert

   Alternatively, use OpenSSH 6.7 or  later  to  forward  the  socket  and
   execute lacme(1) remotely:

          ~$ ssh -oExitOnForwardFailure=yes -tt -R /path/to/remote.sock:$XDG_RUNTIME_DIR/S.lacme user@example.org \
             sudo lacme --socket=/path/to/remote.sock new-cert

BUGS AND FEEDBACK

   Bugs  or  feature  requests for lacme-accountd should be filed with the
   Debian project's bug tracker at <https://www.debian.org/Bugs/>.

SEE ALSO

   lacme(1), ssh(1)

AUTHORS

   Guilhem Moulin (mailto:guilhem@fripost.org).

                              March 2016                 lacme-accountd(1)





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.