How to install certutil on Centos?

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 found

However 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 */certutil

Then just install with:

yum install <packagename>

Apparently it's provided by the package nss-tools and all of this is easily searchable in Google.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like