I am trying to get libreswan VPN running on my centos system but I seem to be missing the certutil package
/usr/local/sbin/ipsec: line 394: certutil: command not foundHowever I have been looking everywhere and I cannot find certutil. Any suggestions which package contains it?
1 Answer
As usual, you can search for which package provides certutil:
yum provides */certutilThen just install with:
yum install <packagename>Apparently it's provided by the package nss-tools and all of this is easily searchable in Google.