• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Fix] authd invalid passphrase for key

Nerd-IO
Loyal 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