aboutsummaryrefslogtreecommitdiffstats
path: root/lacme-accountd.md
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2018-04-26 20:29:44 +0200
committerGuilhem Moulin <guilhem@fripost.org>2018-04-27 01:43:03 +0200
commitd1bc3ad109a3000bda8a7876673ff9a0281e8c7b (patch)
treeb5202fae0c6b580b7760e7b6ea66647c2da4da8d /lacme-accountd.md
parent5ea132288e4f83fa24ebf3f61b503e440aaccad5 (diff)
Use ACME v2 endpoints
https://tools.ietf.org/html/draft-ietf-acme-acme-12
Diffstat (limited to 'lacme-accountd.md')
-rw-r--r--lacme-accountd.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lacme-accountd.md b/lacme-accountd.md
index 4d3e1a5..59d9bd9 100644
--- a/lacme-accountd.md
+++ b/lacme-accountd.md
@@ -122,13 +122,13 @@ Run `lacme-accountd` in a first terminal:
Then, while `lacme-accountd` is running, execute locally [`lacme`(1)] in
another terminal:
- ~$ sudo lacme --socket=$XDG_RUNTIME_DIR/S.lacme new-cert
+ ~$ sudo lacme --socket=$XDG_RUNTIME_DIR/S.lacme newOrder
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
+ sudo lacme --socket=/path/to/remote.sock newOrder
See also
========