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
(Created page with "CD here: /opt/CA/Directory/dxserver/lib/capki Run these commands: chmod +x setup ./setup install caller=ETDIR e nv=all verbose")
 
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 4: Line 4:
Run these commands:
Run these commands:
  chmod +x setup
  chmod +x setup
  ./setup install caller=ETDIR e nv=all verbose
  ./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]]

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