aboutsummaryrefslogtreecommitdiffstats
path: root/lacme-accountd.md
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2018-05-09 14:12:01 +0200
committerGuilhem Moulin <guilhem@fripost.org>2018-05-09 14:12:01 +0200
commit39c8e6b055981a16b7e641c5201b1d280f2c6ad0 (patch)
tree7fae6c944bf82e23ece236a482c73dcd57f02379 /lacme-accountd.md
parent5415ea0336b1c1678f8da348b26535b8ba2a7ca9 (diff)
parentd3df555699c7189503de7f49c6c48d6d04b84083 (diff)
Updated version 0.5 from 'upstream/0.5'
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
========