SSL-CERT.ECLASS
部分: eclass-manpages (5)更新时间: 2024 年 11 月
索引 返回主内容
名称
ssl-cert.eclass - 用于 SSL 证书的 Eclass描述
此 Eclass 实现用于安装自签名 SSL 证书的标准安装过程。支持的 EAPIS
7 8示例
"install_cert /foo/bar" 安装 ${ROOT}/foo/bar.{key,csr,crt,pem}函数
- install_cert <证书>
- 使用上面所有私有函数来生成和安装请求的证书。<证书> 是相对于 ROOT 的完整路径名,不带扩展名。
示例: "install_cert /foo/bar" 安装 ${ROOT}/foo/bar.{key,csr,crt,pem}
ECLASS 变量
- SSL_CERT_MANDATORY ?= 0 (在继承之前设置)
- 如果 ssl-cert 对 ebuild 而言是必须的,则将其设置为非零值。
- SSL_CERT_USE ?= ssl (在继承之前设置)
- 将使用标志追加到依赖关系中。
- SSL_DEPS_SKIP ?= 0 (在继承之前设置)
- 将其设置为非零值以跳过添加到 DEPEND 和 IUSE 中。
作者
Max Kalika <[email protected]>维护者
[email protected]报告错误
请通过 https://bugs.gentoo.org/ 报告错误。文件
ssl-cert.eclass另请参见
ebuild(5)https://gitweb.gentoo.org/repo/gentoo.git/log/eclass/ssl-cert.eclass
索引
此文档由 man2html 使用手册页创建。
时间: 2024 年 11 月 12 日格林威治标准时间 03:27:00