SSL-CERT.ECLASS

Section: eclass-manpages (5)
Updated: Apr 2024
Index Return to Main Contents

NAME

ssl-cert.eclass - Eclass for SSL certificates

DESCRIPTION

This eclass implements a standard installation procedure for installing self-signed SSL certificates.

SUPPORTED EAPIS

7 8

EXAMPLE

"install_cert /foo/bar" installs ${ROOT}/foo/bar.{key,csr,crt,pem}

FUNCTIONS

install_cert <certificates>
Uses all the private functions above to generate and install the requested certificates. <certificates> are full pathnames relative to ROOT, without extension.

Example: "install_cert /foo/bar" installs ${ROOT}/foo/bar.{key,csr,crt,pem}

ECLASS VARIABLES

SSL_CERT_MANDATORY ?= 0 (SET BEFORE INHERIT)
Set to non zero if ssl-cert is mandatory for ebuild.
SSL_CERT_USE ?= ssl (SET BEFORE INHERIT)
Use flag to append dependency to.
SSL_DEPS_SKIP ?= 0 (SET BEFORE INHERIT)
Set to non zero to skip adding to DEPEND and IUSE.

AUTHORS

Max Kalika <max@gentoo.org>

MAINTAINERS

maintainer-needed@gentoo.org

REPORTING BUGS

Please report bugs via https://bugs.gentoo.org/

FILES

ssl-cert.eclass

SEE ALSO

ebuild(5)
https://gitweb.gentoo.org/repo/gentoo.git/log/eclass/ssl-cert.eclass


Index

NAME
DESCRIPTION
SUPPORTED EAPIS
EXAMPLE
FUNCTIONS
ECLASS VARIABLES
AUTHORS
MAINTAINERS
REPORTING BUGS
FILES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 03:27:00 GMT, April 24, 2024