blob: c786b7e7cda2b0ce2e91138c40cba1dce30c4fcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
|