• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. A

    TFS 1.7 Server: RSA PEM Key Issue on Modern Linux / OpenSSL 3.x

    Thanks for the reply. Yes, we tried the default openssl genrsa -f4 -out key.pem 1024 command, but on modern systems (Ubuntu 22.04 / OpenSSL 3.x) it does not generate a classic PKCS#1 key anymore. It outputs: -----BEGIN PRIVATE KEY----- instead of the format TFS 1.7 expects: -----BEGIN...
  2. A

    TFS 1.7 Server: RSA PEM Key Issue on Modern Linux / OpenSSL 3.x

    Hi everyone, I’m working on releasing a public TFS 1.7 server and ran into a problem with the RSA key (tfs.pem) on modern Linux/WSL: I generated a PEM key using OpenSSL 3.x (Ubuntu 22.04), but TFS 1.7 cannot read it, showing: ERROR: Error while reading PEM data...
Back
Top