Unable to load shared library 'advapi32.dll' or one of its dependencies.
Installed Version: 7.0.4.0 OS: Fedora Linux 42
When i try to generate a certificate, appears that error
Unable to load shared library 'advapi32.dll' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: /opt/certify-hub/dist/advapi32.dll.so: cannot open shared object file: No such file or directory /opt/certify-hub/dist/libadvapi32.dll.so: cannot open shared object file: No such file or directory /opt/certify-hub/dist/advapi32.dll: cannot open shared object file: No such file or directory /opt/certify-hub/dist/libadvapi32.dll: cannot open shared object file: No such file or directory
Interesting! We'll sort out a fedora test VM and try this out. I'm assuming the CPU on your host is x64.
Ok, tried this on a new Fedora Server 42 install and didn't encounter any error. What's different about your install or cert config vs just the defaults? I'm assuming you are just using the default systemd install, installed via the script as per https://docs.certifytheweb.com/docs/hub/installation/linux
Appreciate you trying this out, it's hard to tell if any other fedora users have tried it yet.
@webprofusion-chrisc That error begins when a used this configuration:
- Export Certificate: Windows Network With credentials as PEM - Full Certificate Chain (Excluding Key)
Ah interesting, so you are trying to export to a windows share from linux? Could you use SSH instead? Our current windows integration assumes you are on windows if you are trying to do windows related stuff. Or maybe export locally then use a Powershell script task to do the windows copy.
If targeting windows we generally assume you will install Certify Certificate Manager on Windows (v7 onwarsd can join the hub and you can manage it from there). We also plan in the future to add an option to pull certs form the hub in CCM.