Table of Contents

Discard certificates

Synopsis

  certfree [--subject <subject>]

Examples

Discard all non-permanent certificates

  certfree

Discard any certificates matching the subject "forum.ipxe.org"

  certfree --subject forum.ipxe.org

Description

Discard the specified certificates from the certificate store. If no subject name is specified, iPXE will discard all stored certificates.

See also

Build options

This command is available only when the build option CERT_CMD is enabled.

Notes

The --subject option will match against the certificate's Common Name and any Subject Alternative Names, if present.

Certificates that were embedded into iPXE at build time cannot be discarded.