How To Install check-create-certificate on Fedora 36

In this tutorial we learn how to install check-create-certificate in Fedora 36. check-create-certificate is A non-interactive script that creates an SSL certificate if it does not exist

Introduction

In this tutorial we learn how to install check-create-certificate on Fedora 36.

What is check-create-certificate

A script that checks for the existence of an SSL certificate or creates a new self signed one. It runs non-interactively and uses either predefined values or automatically guesses the best values.

We can use yum or dnf to install check-create-certificate on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install check-create-certificate.

Install check-create-certificate on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install check-create-certificate using dnf by running the following command:

sudo dnf -y install check-create-certificate

Install check-create-certificate on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install check-create-certificate using yum by running the following command:

sudo yum -y install check-create-certificate

How To Uninstall check-create-certificate on Fedora 36

To uninstall only the check-create-certificate package we can use the following command:

sudo dnf remove check-create-certificate

check-create-certificate Package Contents on Fedora 36

/usr/sbin/check-create-certificate
/usr/share/doc/check-create-certificate
/usr/share/doc/check-create-certificate/COPYING

References

Summary

In this tutorial we learn how to install check-create-certificate on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).