SSL-CERT.ECLASS
Section: eclass-manpages (5)Updated: Oct 2024
Index Return to Main Contents
NAME
ssl-cert.eclass - Eclass for SSL certificatesDESCRIPTION
This eclass implements a standard installation procedure for installing self-signed SSL certificates.SUPPORTED EAPIS
7 8EXAMPLE
"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.orgREPORTING BUGS
Please report bugs via https://bugs.gentoo.org/FILES
ssl-cert.eclassSEE 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:01 GMT, October 07, 2024