joohoi / acme-dns

Limited DNS server with RESTful HTTP API to handle ACME DNS challenges easily and securely.
MIT License
2.19k stars 234 forks source link

README adduser command wrong #330

Open mmiller7 opened 1 year ago

mmiller7 commented 1 year ago

The README seems to have an error on the adduser line and contains many invalid option flags.

The following worked for me under CentOS 7 to create the user:

adduser --system --shell /sbin/nologin --home /var/lib/acme-dns acme-dns
maddes-b commented 2 months ago

Some more explanation why the change: adduser is mostly distro-dependent, e.g. Debian's adduser differs from CentOS ones. useradd is more "POSIX" like.