From f4b7c7b6130722535cb87c123d11ba554e7806c7 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 9 Dec 2020 19:20:13 +0100 Subject: wibble --- lacme-accountd.1.md | 6 +++--- lacme.8.md | 6 +++--- 2 files changed, 6 insertions(+), 6 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 diff --git a/lacme.8.md b/lacme.8.md index c1bea54..d98ec8e 100644 --- a/lacme.8.md +++ b/lacme.8.md @@ -410,9 +410,9 @@ Valid options are: Examples ======== - ~$ sudo lacme account --register --tos-agreed mailto:noreply@example.com - ~$ sudo lacme newOrder - ~$ sudo lacme revokeCert /path/to/server/certificate.pem + $ sudo lacme account --register --tos-agreed mailto:noreply@example.com + $ sudo lacme newOrder + $ sudo lacme revokeCert /path/to/service.crt See also ======== -- cgit v1.2.3