diff options
author | mms <michal@sapka.me> | 2024-01-12 22:50:56 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-01-12 22:50:56 +0100 |
commit | e8bb7290df1ef94efdc1bd6a1e316d802db5814b (patch) | |
tree | f75381f8ea22350e8662cfe05c9aefe35ab25262 /content-org/bsd.org | |
parent | d08cc78c095e3165a0f8f58fe540203cf8e78f3e (diff) |
feat: 2600
Diffstat (limited to 'content-org/bsd.org')
-rw-r--r-- | content-org/bsd.org | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/content-org/bsd.org b/content-org/bsd.org new file mode 100644 index 0000000..c786b7e --- /dev/null +++ b/content-org/bsd.org @@ -0,0 +1,36 @@ +* OpenBSD +** TODO XMPP (Jabber) server on OpenBSD +/intro/ +*** Installing prosody +#+BEGIN_SRC shell + pkg_install prosodyctl +#+END_SRC +- daemon +*** Configuring DNS +prosodyctl check dns +*** Getting certificates + +- acme config (ignore makefile) +- importing certificates + +#+BEGIN_SRC shell + prosodyctl --root cert import HOSTNAME /path/to/certificates +#+END_SRC + +*fullchain* + +#+BEGIN_SRC shell + prosodyctl check certs +#+END_SRC + +*** Final tests + +#+BEGIN_SRC shell +prosodyctl check connectivity +#+END_SRC +*** Clients +- emacs +- terminal +- android +- ios +*** Modern XMPP |