CA DIR Failed to initialise crypto/ssl libraries: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 8: Line 8:
Source it
Source it
  export CAPKIHOME=/opt/CA/Directory/dxserver/lib/capki
  export CAPKIHOME=/opt/CA/Directory/dxserver/lib/capki
Make it persistent
[[Set Envonment Variable in Linux]]

Latest revision as of 16:17, 17 October 2024

CD here:

/opt/CA/Directory/dxserver/lib/capki

Run these commands:

chmod +x setup
./setup install caller=ETDIR env=all verbose

Source it

export CAPKIHOME=/opt/CA/Directory/dxserver/lib/capki

Make it persistent

Set Envonment Variable in Linux