aboutsummaryrefslogtreecommitdiffstats
path: root/lacme-accountd.1.md
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-12-09 19:20:13 +0100
committerGuilhem Moulin <guilhem@fripost.org>2020-12-09 19:20:13 +0100
commitf4b7c7b6130722535cb87c123d11ba554e7806c7 (patch)
tree5f021492d0fa9e0aeaeffe670ba6118270ac5e42 /lacme-accountd.1.md
parentc93443364ce23ced97a80bfda8f8bb35ec19fcdb (diff)
wibble
Diffstat (limited to 'lacme-accountd.1.md')
-rw-r--r--lacme-accountd.1.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/lacme-accountd.1.md b/lacme-accountd.1.md
index 24e73eb..359a6d1 100644
--- a/lacme-accountd.1.md
+++ b/lacme-accountd.1.md
@@ -120,17 +120,17 @@ Examples
Run `lacme-accountd` in a first terminal:
- ~$ lacme-accountd --privkey=file:/path/to/account.key --socket=$XDG_RUNTIME_DIR/S.lacme
+ $ lacme-accountd --privkey=file:/path/to/account.key --socket=$XDG_RUNTIME_DIR/S.lacme
Then, while `lacme-accountd` is running, execute locally [`lacme`(8)] in
another terminal:
- ~$ sudo lacme --socket=$XDG_RUNTIME_DIR/S.lacme newOrder
+ $ sudo lacme --socket=$XDG_RUNTIME_DIR/S.lacme newOrder
Alternatively, use [OpenSSH] 6.7 or later to forward the socket and
execute [`lacme`(8)] remotely:
- ~$ ssh -oExitOnForwardFailure=yes -tt -R /path/to/remote.sock:$XDG_RUNTIME_DIR/S.lacme user@example.org \
+ $ ssh -oExitOnForwardFailure=yes -tt -R /path/to/remote.sock:$XDG_RUNTIME_DIR/S.lacme user@example.org \
sudo lacme --socket=/path/to/remote.sock newOrder
See also