gnutls_certificate_type_list - Linux
Overview
gnutls_certificate_type_list generates a list of certificate types supported by the GnuTLS library. This information is useful for debugging certificate issues or ensuring that your system is configured to handle various certificate types.
Syntax
gnutls_certificate_type_list [--help] [--version]
Options/Flags
| Option | Description | Default |
|—|—|—|
| –help | Display help information and exit | N/A |
| –version | Show version information and exit | N/A |
Examples
List supported certificate types:
gnutls_certificate_type_list
Common Issues
None reported.
Integration
This command can be used in conjunction with other GnuTLS tools, such as gnutls-cli
and gnutls-serv
, to troubleshoot certificate issues.
Related Commands
gnutls-cli
gnutls-serv
openssl
certtool