Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Fix] authd invalid passphrase for key

Nerd-IO
Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Hello everyone :mellow:

For those having the same issue I had with authd:
Code:
ERROR:incorrect passphrase for this key!
ERROR:load key failed!

Here is the quick fix, put it right in your console:
Code:
ln -s /server/etc/* /etc/
ln -s /server/etc/ssl/* /etc/ssl/
ln -s /server/etc/ssl/private/* /etc/ssl/private/
ln -s /server/etc/ssl/keystore.jks /root/

Replace "/server/" by the path of your server folder.

There MUST be an existing "etc" folder in your server. Otherwise this fix will fail as the symbolic links will point to non-existents files and folders.
 
Back
Top