diff options
author | June McEnroe <june@causal.agency> | 2021-10-07 21:21:41 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-07 21:21:41 -0400 |
commit | 05e83d30f034fd79c3ac48dac41798ec7f05f1d3 (patch) | |
tree | ed9a8bac29303e255b84acc1dfb797e76a222c5b | |
parent | Don't call pounce a daemon (diff) | |
download | pounce-05e83d30f034fd79c3ac48dac41798ec7f05f1d3.tar.gz pounce-05e83d30f034fd79c3ac48dac41798ec7f05f1d3.zip |
Remove certbot from calico(1) example
-rw-r--r-- | calico.1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/calico.1 b/calico.1 index fac2f30..a21e3a7 100644 --- a/calico.1 +++ b/calico.1 @@ -67,12 +67,9 @@ UNIX-domain sockets. .El . .Sh EXAMPLES -Obtain certificates for -and dispatch to two instances of +Start and dispatch to two instances of .Xr pounce 1 : .Bd -literal -offset indent -certbot certonly -d oftc.example.org -certbot certonly -d libera.example.org pounce -U /var/run/calico -H oftc.example.org oftc.conf pounce -U /var/run/calico -H libera.example.org libera.conf calico -H example.org /var/run/calico |