summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2021-12-17 08:38:01 +0200
committerMantas Mikulėnas2021-12-17 08:38:01 +0200
commita218e90ddad4c6aca8461aa5588b32dc401fc553 (patch)
tree5ec5f0fee02c03447e57e0999850e78be39885b1
parent5a3b3516802a7771d9c52a036a5c66f4c83982a0 (diff)
downloadaur-a218e90ddad4c6aca8461aa5588b32dc401fc553.tar.gz
improve TLS README
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 953c9fbc5422..fdfa08220652 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,10 +73,13 @@ package() {
install -D -m 644 /dev/stdin \
"$pkgdir"/etc/telnetd-ssl/README <<EOF
-The TLS certificate and private key must both be installed to:
-"/etc/telnetd-ssl/telnetd.pem"
+For the Telnet server, both the TLS certificate and private key (i.e.
+fullchain.pem + privkey.pem) must be concatenated to a single file and
+installed to:
-This file must be accessible by the '_telnet' user.
+ /etc/telnetd-ssl/telnetd.pem
+
+This file must be readable by the '_telnetd' user.
EOF
}