diff options
Diffstat (limited to 'lacme-accountd.md')
-rw-r--r-- | lacme-accountd.md | 4 |
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 ======== |