GnuTLS
This chapter describes the certtool
GnuTLS certificate tool available in
Oracle Linux and how to use it to create certificate signing requests, self-signed
certificates, and privately owned CA certificates. GnuTLS is a library that provides
implementations of the SSL, TLS, and DTLS protocols, along with related technologies, to
secure communications. It includes an application programming interface (API) written in C
language to access the secure communications protocols and APIs to parse and write structures
such as X.509, PKCS #12, and OpenPGP.
certtool
, install the gnutls-utils
package, available from the Application Stream
repository:
sudo dnf install gnutls-utils
The following examples show how to use the certtool
command to create
certificate signing requests, self-signed certificates, and privately owned CA certificates.
For more information, see the certtool(1)
manual page and the GnuTLS open source project at https://www.gnutls.org/.