Beta invite email says to use auth, when it needs certonly

Title says it all, the closed beta invite states

git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
./letsencrypt-auto --agree-dev-preview --server \
    https://acme-v01.api.letsencrypt.org/directory auth

when in the latest client, it should be

git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
./letsencrypt-auto --agree-dev-preview --server \
    https://acme-v01.api.letsencrypt.org/directory certonly
2 Likes

Thanks for reporting. We’re fixing it for all subsequent emails.

1 Like

Thanks very much for the report! We recently changed the name of this command in the client, and neglected to update the text of the beta invite email. We’ll be updating it for the next emails we send out.

1 Like